diff mbox series

[OpenWrt-Devel] ramips: mt7621: fix 5GHz WiFi LED on ZBT WG3526

Message ID 20181227143418.8558-1-dev@andreas-ziegler.de
State Accepted
Delegated to: Mathias Kresin
Headers show
Series [OpenWrt-Devel] ramips: mt7621: fix 5GHz WiFi LED on ZBT WG3526 | expand

Commit Message

Andreas Ziegler Dec. 27, 2018, 2:34 p.m. UTC
This fixes the 5GHz WiFi LED which was previously not working.

Signed-off-by: Andreas Ziegler <dev@andreas-ziegler.de>
---
 target/linux/ramips/dts/ZBT-WG3526.dtsi | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

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>;
+		};
 	};
 };