diff options
author | Andreas Ziegler <dev@andreas-ziegler.de> | 2018-12-27 15:34:18 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2019-01-21 19:15:36 +0100 |
commit | 3603c2321d675b7086d9413a68bcfdf1da3cccb5 (patch) | |
tree | d693272f3c77d6745b558fa3a5a0290dbe555299 /target | |
parent | 7f98cd8d503e33ad43d6273d417474086bcb446d (diff) | |
download | upstream-3603c2321d675b7086d9413a68bcfdf1da3cccb5.tar.gz upstream-3603c2321d675b7086d9413a68bcfdf1da3cccb5.tar.bz2 upstream-3603c2321d675b7086d9413a68bcfdf1da3cccb5.zip |
ramips: mt7621: fix 5GHz WiFi LED on ZBT WG3526
This fixes the 5GHz WiFi LED which was previously not working.
Signed-off-by: Andreas Ziegler <dev@andreas-ziegler.de>
(cherry picked from commit d492da702a2118b34ced9772586c5a6de68e70fd)
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WG3526.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/ZBT-WG3526.dtsi b/target/linux/ramips/dts/ZBT-WG3526.dtsi index 104a51f8de..8f755e3480 100644 --- a/target/linux/ramips/dts/ZBT-WG3526.dtsi +++ b/target/linux/ramips/dts/ZBT-WG3526.dtsi @@ -100,6 +100,10 @@ reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x8000>; ieee80211-freq-limit = <5000000 6000000>; + + led { + led-sources = <2>; + }; }; }; }; |