diff options
author | John Crispin <john@phrozen.org> | 2016-06-13 21:50:13 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-14 06:43:02 +0200 |
commit | d5666b98fa7a5e9441cf0c0977eb03f1b3611555 (patch) | |
tree | 828d7b3c5d8142f31200bf31b8082a532d6d1fa0 /target/linux/lantiq/dts | |
parent | 98d00c35e3345fd9f5eda5bc2e40ce951fa75016 (diff) | |
download | upstream-d5666b98fa7a5e9441cf0c0977eb03f1b3611555.tar.gz upstream-d5666b98fa7a5e9441cf0c0977eb03f1b3611555.tar.bz2 upstream-d5666b98fa7a5e9441cf0c0977eb03f1b3611555.zip |
lantiq: fix fritz7320 wifi support
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/FRITZ7320.dts | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/FRITZ7320.dts b/target/linux/lantiq/dts/FRITZ7320.dts index 475da7ac8e..acb88b60a0 100644 --- a/target/linux/lantiq/dts/FRITZ7320.dts +++ b/target/linux/lantiq/dts/FRITZ7320.dts @@ -37,7 +37,7 @@ #address-cells = <1>; #size-cells = <1>; - partition@0 { + ath9k_cal: partition@0 { label = "urlader"; reg = <0x00000 0x20000>; read-only; @@ -63,6 +63,14 @@ }; }; + ath9k_eep { + compatible = "ath9k,eeprom"; + ath,eep-flash = <&ath9k_cal 0x985>; + ath,device-id = /bits/ 16 <0xff1d 0x2d>; + ath,eep-endian; + ath,eep-swap; + }; + gpio: pinmux@E100B10 { pinctrl-names = "default"; pinctrl-0 = <&state_default>; |