diff options
author | Robert Beckett <bob.beckett@collabora.com> | 2020-01-31 15:08:00 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-02-09 21:47:20 +0100 |
commit | 2d1ea19b551023bfd14629cdf38718c8e7e57f26 (patch) | |
tree | 80ebbb0d1782761cfb967d7d6f0c82ee14be4f05 /configs/mx53ppd_defconfig | |
parent | 92faf43b9c669236d5ae34e02d4d2c795d39a65b (diff) | |
download | u-boot-2d1ea19b551023bfd14629cdf38718c8e7e57f26.tar.gz |
board: ge: mx53ppd: Use DM for ethernet
Remove legacy iomux setup for fec.
Enable phylib and DM fec.
Use Kconfig for enabling fec.
Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Diffstat (limited to 'configs/mx53ppd_defconfig')
-rw-r--r-- | configs/mx53ppd_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig index cf89bf7ded..f5712cc63d 100644 --- a/configs/mx53ppd_defconfig +++ b/configs/mx53ppd_defconfig @@ -49,6 +49,9 @@ CONFIG_I2C_EEPROM=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC_IMX=y CONFIG_MTD=y +CONFIG_PHYLIB=y +CONFIG_DM_ETH=y +CONFIG_FEC_MXC=y CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX5=y |