diff options
author | John Crispin <blogic@openwrt.org> | 2014-07-28 15:26:41 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-07-28 15:26:41 +0000 |
commit | 71c5da3ff7c88f37e1a8fb681ebd27dc0d82209f (patch) | |
tree | 56f1d19a976ebfbb101fd90d7ab2fb0c0fbf885c /target/linux/lantiq/dts | |
parent | 75dce5275902c0a60fb7aab3411693d71d5b45ee (diff) | |
download | upstream-71c5da3ff7c88f37e1a8fb681ebd27dc0d82209f.tar.gz upstream-71c5da3ff7c88f37e1a8fb681ebd27dc0d82209f.tar.bz2 upstream-71c5da3ff7c88f37e1a8fb681ebd27dc0d82209f.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41860 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>; }; |