commit | ab977d62878a87d1fe5279de16f47ff32d1585f2 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Wed Feb 26 12:37:01 2020 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Sat Apr 18 13:08:26 2020 +0200 |
tree | a07a5cca11f986ceaaca465e13f323b7b4341787 | |
parent | ee6b5eb1c672c6a073771b54acf0dda6c0d02cf2 [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>