diff options
author | Lukasz Majewski <lukma@denx.de> | 2020-02-26 12:37:01 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-04-18 13:08:26 +0200 |
commit | 90a3cff53e838c0941f561fcef25e1a8c8b88bd1 (patch) | |
tree | a07a5cca11f986ceaaca465e13f323b7b4341787 /configs/kp_imx53_defconfig | |
parent | 4a45f4046b57f29d6c25652c683378c338cf2084 (diff) |
config: imx: Enable CONFIG_PHY_FIXED on HSC and DDC i.MX53 boards
The CONFIG_PHY_FIXED is necessary to allow DSA switch work in U-Boot after
the
commit 3bf135b6c367 ("drivers: net: phy: Ignore PHY ID 0 during PHY probing").
This particular device - LAN9303 - returns phy_id == 0. With
CONFIG_PHY_FIXED enabled HSC and DDC boards work again with the same U-Boot
binary.
Signed-off-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs/kp_imx53_defconfig')
-rw-r--r-- | configs/kp_imx53_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kp_imx53_defconfig b/configs/kp_imx53_defconfig index f29dec0161..096ba53236 100644 --- a/configs/kp_imx53_defconfig +++ b/configs/kp_imx53_defconfig @@ -40,6 +40,7 @@ CONFIG_FSL_ESDHC_IMX=y CONFIG_MTD=y CONFIG_PHYLIB=y CONFIG_PHY_SMSC=y +CONFIG_PHY_FIXED=y CONFIG_FEC_MXC=y CONFIG_MII=y CONFIG_PINCTRL=y |