From bbfb142f2a57de46b9b8543cde8b2b171eb3b1c7 Mon Sep 17 00:00:00 2001 From: Martin Schiller Date: Wed, 21 Jul 2021 10:22:39 +0200 Subject: [PATCH] layerscape: armv8_64b: enable Microsemi phy driver for FRWY-LS1046A Enable the Microsemi phy driver to support the VSC8514 QSGMII phy on the FRWY-LS1046A board. Otherwise, the "Generic PHY" driver is used. Signed-off-by: Martin Schiller --- target/linux/layerscape/armv8_64b/config-5.4 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/layerscape/armv8_64b/config-5.4 b/target/linux/layerscape/armv8_64b/config-5.4 index f72154f290..e2e998b38d 100644 --- a/target/linux/layerscape/armv8_64b/config-5.4 +++ b/target/linux/layerscape/armv8_64b/config-5.4 @@ -502,6 +502,7 @@ CONFIG_MFD_CORE=y CONFIG_MFD_SYSCON=y # CONFIG_MFD_VEXPRESS_SYSREG is not set CONFIG_MICREL_PHY=y +CONFIG_MICROSEMI_PHY=y CONFIG_MIGRATION=y CONFIG_MMC=y CONFIG_MMC_BLOCK=y -- 2.30.2