diff options
author | John Crispin <john@openwrt.org> | 2014-07-28 15:26:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-07-28 15:26:41 +0000 |
commit | c21a20cd783d8f2376c4ec93210edf4783617d51 (patch) | |
tree | 47d46d3e8b892a9e0a24fad7a076dc16dad085bd /target/linux/lantiq/dts | |
parent | 6fb04ff8710a5738266906363299bb1337c24c8a (diff) | |
download | upstream-c21a20cd783d8f2376c4ec93210edf4783617d51.tar.gz upstream-c21a20cd783d8f2376c4ec93210edf4783617d51.tar.bz2 upstream-c21a20cd783d8f2376c4ec93210edf4783617d51.zip |
lantiq: fix dgn3500 and td8970 wifi
ath9k failed to come up due to a bad mac addr
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41860
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index 5c73fc1243..a312a9fbb4 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -72,7 +72,7 @@ #address-cells = <1>; #size-cells = <0>; reg = <0>; - mac-address = [ 00 11 22 33 44 55 ]; + mtd-mac-address = <&ath9k_cal 0xf100>; ethernet@0 { compatible = "lantiq,xrx200-pdi-port"; @@ -194,6 +194,8 @@ ath9k_eep { compatible = "ath9k,eeprom"; ath,eep-flash = <&ath9k_cal 0x21000>; + ath,mac-offset = <0xf100>; + ath,mac-increment; ath,led-pin = <0>; }; |