diff options
author | Marek Vasut <marex@denx.de> | 2020-05-30 22:44:46 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-06-08 10:43:02 +0200 |
commit | a13644c065173fad6bcaf163569bd01e6eb93834 (patch) | |
tree | efa347ae648bad7a9170e668c6ffaf7aa92293d7 /configs | |
parent | dae6cb8fb757fa13d9f894a67443a7ea7e93c6bc (diff) | |
download | u-boot-a13644c065173fad6bcaf163569bd01e6eb93834.zip u-boot-a13644c065173fad6bcaf163569bd01e6eb93834.tar.gz u-boot-a13644c065173fad6bcaf163569bd01e6eb93834.tar.bz2 |
ARM: dts: imx: m53menlo: Convert to DM_ETH
Convert the board to DM_ETH instead of legacy networking. This requires
a minor addition to the DT to satisfy the requirement for specifying a
PHY node. No functional change from board user perspective.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/m53menlo_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/m53menlo_defconfig b/configs/m53menlo_defconfig index a65c21a..5289899 100644 --- a/configs/m53menlo_defconfig +++ b/configs/m53menlo_defconfig @@ -75,6 +75,9 @@ CONFIG_NAND_MXC=y CONFIG_PHYLIB=y CONFIG_PHY_MICREL=y CONFIG_PHY_MICREL_KSZ8XXX=y +CONFIG_DM_ETH=y +CONFIG_DM_MDIO=y +CONFIG_DM_ETH_PHY=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX5=y CONFIG_DM_REGULATOR=y |