aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-17 09:27:46 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-17 09:27:46 +0000
commite929c43a321cee7985cc4853caf54a5a7b9a26f8 (patch)
tree66a60504b10bf9344aef424b37b628bdda86813b
parentd7ffdf0ecb71115081ca4b7633ebadafda2481ef (diff)
downloadmaster-187ad058-e929c43a321cee7985cc4853caf54a5a7b9a26f8.tar.gz
master-187ad058-e929c43a321cee7985cc4853caf54a5a7b9a26f8.tar.bz2
master-187ad058-e929c43a321cee7985cc4853caf54a5a7b9a26f8.zip
lantiq: Configure LED polarity for TDW8970.
This patch configures the correct ath9k WLAN LED polarity for the TDW8970. Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47913 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/lantiq/dts/TDW8970.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts
index 172c46c12c..d7ec5e5266 100644
--- a/target/linux/lantiq/dts/TDW8970.dts
+++ b/target/linux/lantiq/dts/TDW8970.dts
@@ -4,4 +4,8 @@
/ {
model = "TDW8970 - TP-LINK TD-W8970";
+
+ ath9k_eep {
+ ath,led-active-high;
+ };
};