From 92a12c434ca340f619a5bcd327aff8bdaf4ee0c7 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 26 Mar 2017 10:53:35 +0200 Subject: lantiq: fix avm fritz box mac addresses It has been shown that the Fritz boxes have the correct mac address set in the wireless calibration data/eeeprom. Use this mac address as base for the ethernet and xdsl interface increment/decrement the address to match the values stored in the tffs. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/FRITZ3370.dts | 5 +++-- target/linux/lantiq/dts/FRITZ7320.dts | 2 ++ target/linux/lantiq/dts/FRITZ7360SL.dts | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) (limited to 'target/linux/lantiq/dts') diff --git a/target/linux/lantiq/dts/FRITZ3370.dts b/target/linux/lantiq/dts/FRITZ3370.dts index 1e2e90ca1b..3f57f45ee8 100644 --- a/target/linux/lantiq/dts/FRITZ3370.dts +++ b/target/linux/lantiq/dts/FRITZ3370.dts @@ -189,7 +189,7 @@ reg = <4 0>; spi-max-frequency = <1000000>; - partition@0 { + urlader: partition@0 { reg = <0x0 0x20000>; label = "urlader"; read-only; @@ -215,7 +215,8 @@ #address-cells = <1>; #size-cells = <0>; reg = <0>; - mac-address = [ 00 11 22 33 44 55 ]; + mtd-mac-address = <&urlader 0x987>; + mtd-mac-address-increment = <(-2)>; lantiq,switch; ethernet@0 { diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts index 1d3e02f9aa..491baee7ea 100644 --- a/target/linux/lantiq/dts/FRITZ7320.dts +++ b/target/linux/lantiq/dts/FRITZ7320.dts @@ -90,6 +90,8 @@ etop@E180000 { phy-mode = "mii"; + mtd-mac-address = <&ath9k_cal 0xa91>; + mtd-mac-address-increment = <(-2)>; }; ifxhcd@E101000 { diff --git a/target/linux/lantiq/dts/FRITZ7360SL.dts b/target/linux/lantiq/dts/FRITZ7360SL.dts index b4b12246ce..31a9527b79 100644 --- a/target/linux/lantiq/dts/FRITZ7360SL.dts +++ b/target/linux/lantiq/dts/FRITZ7360SL.dts @@ -155,7 +155,8 @@ #address-cells = <1>; #size-cells = <0>; reg = <0>; - mac-address = [ 00 11 22 33 44 55 ]; + mtd-mac-address = <&urlader 0xa91>; + mtd-mac-address-increment = <(-2)>; lantiq,switch; ethernet@0 { -- cgit v1.2.3