aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq806x/files
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2021-10-31 14:33:15 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-10-31 21:24:47 +0100
commit76fff69180039ace23ce10a2570ec9f441a0cab6 (patch)
tree5155dbcf16fb94a8fce4c8ef87985ba769cf121a /target/linux/ipq806x/files
parent2e3c79ef83588a4e207e2f99ab404536cfc0e95d (diff)
downloadupstream-76fff69180039ace23ce10a2570ec9f441a0cab6.tar.gz
upstream-76fff69180039ace23ce10a2570ec9f441a0cab6.tar.bz2
upstream-76fff69180039ace23ce10a2570ec9f441a0cab6.zip
ipq806x: ecw5410: use bootloader provided MAC-s
Currently, we are overriding the bootloader provided MAC-s as the ethernet aliases are reversed so MAC-s were fixed up in userspace. There is no need to do that as we can just fix the aliases instead and get rid of MAC setting via userspace helper. Fixes: 59f0a0f ("ipq806x: add Edgecore ECW5410 support") Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Diffstat (limited to 'target/linux/ipq806x/files')
-rw-r--r--target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts
index 57724c19d7..377bb09616 100644
--- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts
+++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8068-ecw5410.dts
@@ -34,8 +34,8 @@
aliases {
serial1 = &gsbi1_serial;
- ethernet0 = &gmac3;
- ethernet1 = &gmac2;
+ ethernet0 = &gmac2;
+ ethernet1 = &gmac3;
led-boot = &led_power_green;
led-failsafe = &led_power_red;