projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab77d4b
)
lantiq: add the TDW8980 5GHz led
author
John Crispin
<john@openwrt.org>
Thu, 17 Dec 2015 09:28:01 +0000
(09:28 +0000)
committer
John Crispin
<john@openwrt.org>
Thu, 17 Dec 2015 09:28:01 +0000
(09:28 +0000)
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
target/linux/lantiq/dts/TDW8980.dts
patch
|
blob
|
history
diff --git
a/target/linux/lantiq/dts/TDW8980.dts
b/target/linux/lantiq/dts/TDW8980.dts
index ad3d1829bd6a98e91944498b54c064fc063a5dc8..ca8fc8074a2c277a0f4ff9b0c3d23b6a1c939d52 100644
(file)
--- 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>;
+ };
+ };
};