summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorMarc Ferland <ferlandm@amotus.ca>2021-01-04 10:41:57 -0500
committerStefano Babic <sbabic@denx.de>2021-01-23 11:30:31 +0100
commit9452d58e1064aa55d75263e7a5134043688671f2 (patch)
treeb4895cd4e6b434f3923832b5fe39eb5e2df0e4ed /configs
parent4736871dc29956af84532fd6c306edf7533c34a5 (diff)
downloadu-boot-9452d58e1064aa55d75263e7a5134043688671f2.tar.gz
u-boot-9452d58e1064aa55d75263e7a5134043688671f2.tar.xz
u-boot-9452d58e1064aa55d75263e7a5134043688671f2.zip
arm: dart6ul: enable DM_ETH for the dart6ul
This patch converts the dart6ul ethernet support to DM_ETH and cleans up the legacy ethernet code. The clean up, more specifically: * moves the fec2 node and pin definition to the carrier board DTS since the phy associated with it is on the carrier board and not on the SoM; * add the reset pin associated to each phy; * separate the ethernet, mdio and reset pins of each fec so that they are easier to reference; * add clock properties to the phy nodes since they are connected to the 50Mhz ENET[12]_TX_CLK clock of the SoC; * remove CONFIG_BOARD_EARLY_INIT_F since the function is now empty. Signed-off-by: Marc Ferland <ferlandm@amotus.ca>
Diffstat (limited to 'configs')
-rw-r--r--configs/variscite_dart6ul_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/variscite_dart6ul_defconfig b/configs/variscite_dart6ul_defconfig
index 721882567d..b1afcf1a30 100644
--- a/configs/variscite_dart6ul_defconfig
+++ b/configs/variscite_dart6ul_defconfig
@@ -18,7 +18,6 @@ CONFIG_FIT=y
CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg"
CONFIG_BOOTDELAY=3
# CONFIG_USE_BOOTCOMMAND is not set
-CONFIG_BOARD_EARLY_INIT_F=y
CONFIG_SPL_USB_HOST_SUPPORT=y
CONFIG_SPL_WATCHDOG_SUPPORT=y
CONFIG_CMD_DM=y
@@ -42,6 +41,7 @@ CONFIG_FSL_USDHC=y
CONFIG_MTD=y
CONFIG_PHYLIB=y
CONFIG_PHY_MICREL=y
+CONFIG_DM_ETH_PHY=y
CONFIG_FEC_MXC=y
CONFIG_MII=y
CONFIG_PINCTRL=y