diff mbox

[OpenWrt-Devel] lantiq: add the TDW8980 5GHz led

Message ID 1450307032-16272-1-git-send-email-openwrt@kresin.me
State Accepted
Headers show

Commit Message

Mathias Kresin Dec. 16, 2015, 11:03 p.m. UTC
Still unused, but u-boot doesn't take care of the led, which results in a
permanent switched on 5GHz LED.

Signed-off-by: Mathias Kresin <openwrt@kresin.me>
---
 target/linux/lantiq/dts/TDW8980.dts | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/target/linux/lantiq/dts/TDW8980.dts b/target/linux/lantiq/dts/TDW8980.dts
index ad3d182..ca8fc80 100644
--- a/target/linux/lantiq/dts/TDW8980.dts
+++ b/target/linux/lantiq/dts/TDW8980.dts
@@ -28,4 +28,11 @@ 
 	ath9k_eep {
 		ath,pci-slot = <0>;
 	};
+
+	gpio-leds {
+		wifi2 {
+			label = "wifi2";
+			gpios = <&gpio 24 1>;
+		};
+	};
 };