diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-23 20:16:37 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2021-03-23 20:16:37 +0100 |
commit | 2024547e1f71ddbf94deecc5e2789d802f748377 (patch) | |
tree | 2e4e7422753aaeff21fac6b0f64b8267f964c3c1 /target/linux/bmips/dts | |
parent | 793047bb0f48ed61b2ea7905465ced19cda626ca (diff) | |
download | upstream-2024547e1f71ddbf94deecc5e2789d802f748377.tar.gz upstream-2024547e1f71ddbf94deecc5e2789d802f748377.tar.bz2 upstream-2024547e1f71ddbf94deecc5e2789d802f748377.zip |
bmips: add ATH9K PCI fixups
Add support for registering ATH9K PCI fixups needed to bring up wifi on some
devices.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/dts')
-rw-r--r-- | target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts index 0f21ca4a6b..65b4480ee1 100644 --- a/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts +++ b/target/linux/bmips/dts/bcm6358-huawei-hg556a-b.dts @@ -119,6 +119,21 @@ gpios = <&pinctrl 28 GPIO_ACTIVE_LOW>; }; }; + + ath9k-fixup { + compatible = "brcm,ath9k-fixup"; + reg = <0x30000000 0x8000000>; + + pci-dev = <1>; + + mtd-mac-address = <&cfe 0x6a0>; + mtd-mac-address-increment = <1>; + + ath,eeprom = <&cal_data 0x1e000>; + ath,endian-check; + ath,led-pin = <2>; + ath,led-active-high; + }; }; &ehci { |