summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-12-17 09:28:01 +0000
committerJohn Crispin <john@openwrt.org>2015-12-17 09:28:01 +0000
commit0a6a37be83341dd64e45bb328fe317ed5f8e6ee4 (patch)
tree844f6b6a9b895ddc015332431c3d54acff069c69 /target/linux/lantiq
parentab77d4bcb90d81b3ae63ac7653889ef798da0ad2 (diff)
downloadmaster-31e0f0ae-0a6a37be83341dd64e45bb328fe317ed5f8e6ee4.tar.gz
master-31e0f0ae-0a6a37be83341dd64e45bb328fe317ed5f8e6ee4.tar.bz2
master-31e0f0ae-0a6a37be83341dd64e45bb328fe317ed5f8e6ee4.zip
lantiq: add the TDW8980 5GHz led
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> SVN-Revision: 47915
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r--target/linux/lantiq/dts/TDW8980.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/TDW8980.dts b/target/linux/lantiq/dts/TDW8980.dts
index ad3d1829bd..ca8fc8074a 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>;
+ };
+ };
};