[openwrt/openwrt] layerscape: armv8_64b: enable Microsemi phy driver for FRWY-LS1046A

LEDE Commits lede-commits at lists.infradead.org
Sun Jul 25 04:58:55 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/bbfb142f2a57de46b9b8543cde8b2b171eb3b1c7

commit bbfb142f2a57de46b9b8543cde8b2b171eb3b1c7
Author: Martin Schiller <ms at dev.tdt.de>
AuthorDate: Wed Jul 21 10:22:39 2021 +0200

    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 <ms at dev.tdt.de>
---
 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



More information about the lede-commits mailing list