aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-17 09:28:01 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-17 09:28:01 +0000
commit730bb9fac70529f0bf3cfc2b9dd3f3bc649b212f (patch)
treec6430f7ad21441a64009a177c43642ce3a5b6e78 /target/linux/lantiq/dts
parent8aefd6d65c769efff4d3969d857e5931e1a3a846 (diff)
downloadmaster-187ad058-730bb9fac70529f0bf3cfc2b9dd3f3bc649b212f.tar.gz
master-187ad058-730bb9fac70529f0bf3cfc2b9dd3f3bc649b212f.tar.bz2
master-187ad058-730bb9fac70529f0bf3cfc2b9dd3f3bc649b212f.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47915 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts')
-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>;
+ };
+ };
};