From: Pali Rohár Date: Fri, 15 Jul 2022 08:16:00 +0000 (+0200) Subject: arm: mvebu: turris_omnia: Set ETHPRIME to DT alias X-Git-Tag: baikal/mips/sdk5.8.2~5^2~281^2 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=92f5742be38e1ebecb9a1ff33666ecbfa00de946;p=uboot.git arm: mvebu: turris_omnia: Set ETHPRIME to DT alias CONFIG_ETHPRIME can be set to DT node name or alias which refers to DT node. Define ethernet aliases and set ETHPRIME to eth2 which refers to WAN ethernet port. This removes hardcoded DT node name from U-Boot configuration file. Signed-off-by: Pali Rohár Reviewed-by: Marek Behún Reviewed-by: Stefan Roese --- diff --git a/arch/arm/dts/armada-385-turris-omnia.dts b/arch/arm/dts/armada-385-turris-omnia.dts index 5511c84849..7f1478edfd 100644 --- a/arch/arm/dts/armada-385-turris-omnia.dts +++ b/arch/arm/dts/armada-385-turris-omnia.dts @@ -55,6 +55,12 @@ stdout-path = &uart0; }; + aliases { + ethernet0 = ð0; + ethernet1 = ð1; + ethernet2 = ð2; + }; + memory { device_type = "memory"; reg = <0x00000000 0x40000000>; /* 1024 MB */ diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index 4085fac232..cbe0617394 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -74,7 +74,7 @@ CONFIG_CMD_FS_UUID=y CONFIG_ENV_OVERWRITE=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_USE_ETHPRIME=y -CONFIG_ETHPRIME="ethernet@34000" +CONFIG_ETHPRIME="eth2" CONFIG_ARP_TIMEOUT=200 CONFIG_NET_RETRY_COUNT=50 CONFIG_NETCONSOLE=y