diff options
author | Martin Schiller <ms@dev.tdt.de> | 2021-07-21 10:22:39 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-07-25 13:52:38 +0200 |
commit | bbfb142f2a57de46b9b8543cde8b2b171eb3b1c7 (patch) | |
tree | 7a57f15a80e7d8866e7cece7cae10ea8808108ba /target/linux/layerscape | |
parent | 3f97a04e6c92ddd46f86cc202fd0f0f0857692d1 (diff) | |
download | upstream-bbfb142f2a57de46b9b8543cde8b2b171eb3b1c7.tar.gz upstream-bbfb142f2a57de46b9b8543cde8b2b171eb3b1c7.tar.bz2 upstream-bbfb142f2a57de46b9b8543cde8b2b171eb3b1c7.zip |
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@dev.tdt.de>
Diffstat (limited to 'target/linux/layerscape')
-rw-r--r-- | target/linux/layerscape/armv8_64b/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |