From 1b7d6583a5ed9a2c31045107ab51b00b24109c5b Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Tue, 2 Aug 2016 22:26:00 +0200 Subject: lantiq: fix mac address increments Use the same mac address increment in device tree source file and userspace. Don't add a mac address increment to either the only mtd mac-address or to all mac-addresses. Fix a typo in the TDW89X0.dtsi file to add an increment. Signed-off-by: Mathias Kresin --- target/linux/lantiq/dts/TDW89X0.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/dts/TDW89X0.dtsi') diff --git a/target/linux/lantiq/dts/TDW89X0.dtsi b/target/linux/lantiq/dts/TDW89X0.dtsi index 634b29679a..59c678d709 100644 --- a/target/linux/lantiq/dts/TDW89X0.dtsi +++ b/target/linux/lantiq/dts/TDW89X0.dtsi @@ -85,7 +85,7 @@ compatible = "ath9k,eeprom"; ath,eep-flash = <&ath9k_cal 0x21000>; ath,mac-offset = <0xf100>; - ath,mac-increment; + ath,mac-increment = <2>; ath,led-pin = <0>; ath,disable-5ghz; ath,led-active-high; -- cgit v1.2.3