diff options
author | Mathias Kresin <dev@kresin.me> | 2016-08-02 22:26:00 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-10 02:04:31 +0200 |
commit | 1b7d6583a5ed9a2c31045107ab51b00b24109c5b (patch) | |
tree | c13a3ca7b8f4fd7b2804d6bf6f4c2d2f7fee3ef7 /target/linux/lantiq/dts/TDW89X0.dtsi | |
parent | a7cce111dbf5ecd9f772420aae882bf7158fda79 (diff) | |
download | upstream-1b7d6583a5ed9a2c31045107ab51b00b24109c5b.tar.gz upstream-1b7d6583a5ed9a2c31045107ab51b00b24109c5b.tar.bz2 upstream-1b7d6583a5ed9a2c31045107ab51b00b24109c5b.zip |
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 <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts/TDW89X0.dtsi')
-rw-r--r-- | target/linux/lantiq/dts/TDW89X0.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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; |