diff options
author | Andreas Ziegler <dev@andreas-ziegler.de> | 2018-12-27 15:34:18 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-29 12:35:47 +0100 |
commit | d492da702a2118b34ced9772586c5a6de68e70fd (patch) | |
tree | 55ab51bcadbd82182bda8b4ef334adaa9c5bedae /target/linux | |
parent | 97dc323a4c311138ca020c4d9e28687d03af08d2 (diff) | |
download | upstream-d492da702a2118b34ced9772586c5a6de68e70fd.tar.gz upstream-d492da702a2118b34ced9772586c5a6de68e70fd.tar.bz2 upstream-d492da702a2118b34ced9772586c5a6de68e70fd.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>
Diffstat (limited to 'target/linux')
-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 afe99e8673..13443e0ffd 100644 --- a/target/linux/ramips/dts/ZBT-WG3526.dtsi +++ b/target/linux/ramips/dts/ZBT-WG3526.dtsi @@ -111,6 +111,10 @@ reg = <0x0000 0 0 0 0>; mediatek,mtd-eeprom = <&factory 0x8000>; ieee80211-freq-limit = <5000000 6000000>; + + led { + led-sources = <2>; + }; }; }; |