From 13208e89d033b7f9f6f09b76106def4cad890813 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 14 Jul 2016 18:15:48 +0200 Subject: lantiq: fix VGV7519 and VGV7510KW22 mac addresses The VGV7510KW22 stock firmware uses the following mac-addresses: lan (ifno 1): AA:BB:CC:DD:EE:60 wlan (ifno 2): AA:BB:CC:DD:EE:61 atm0 (ifno 3): AA:BB:CC:DD:EE:62 atm1/wan (ifno 4): AA:BB:CC:DD:EE:63 The VGV7519 stock firmware uses the following mac-addresses: lan: AA:BB:CC:DD:EE:EF wlan: AA:BB:CC:DD:EE:EF wan: AA:BB:CC:DD:EE:EE Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/VGV7510KW22.dtsi | 2 +- target/linux/lantiq/dts/VGV7519.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/lantiq/dts') diff --git a/target/linux/lantiq/dts/VGV7510KW22.dtsi b/target/linux/lantiq/dts/VGV7510KW22.dtsi index 181e852dee..8af1db70c3 100644 --- a/target/linux/lantiq/dts/VGV7510KW22.dtsi +++ b/target/linux/lantiq/dts/VGV7510KW22.dtsi @@ -208,7 +208,7 @@ #size-cells = <0>; reg = <1>; mtd-mac-address = <&boardconfig 0x16>; - mtd-mac-address-increment = <2>; + mtd-mac-address-increment = <3>; lantiq,wan; ethernet@0 { diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 31b429ba02..a2242bb54d 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -221,6 +221,7 @@ #size-cells = <0>; reg = <0>; mtd-mac-address = <&boardconfig 0x16>; + mtd-mac-address-increment = <1>; lantiq,switch; ethernet@0 { @@ -255,7 +256,6 @@ #size-cells = <0>; reg = <1>; mtd-mac-address = <&boardconfig 0x16>; - mtd-mac-address-increment = <2>; lantiq,wan; ethernet@5 { -- cgit v1.2.3