diff options
author | John Crispin <john@openwrt.org> | 2015-12-17 09:27:46 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-12-17 09:27:46 +0000 |
commit | 34934609f9032b75b5b6db4222be445847e3ff28 (patch) | |
tree | f3f1ae75639ffeeece2f7c36865d7e526c3ddce8 /target/linux | |
parent | ec21c9821c5c8cb2ce7af68dbd497fe9c9c60667 (diff) | |
download | upstream-34934609f9032b75b5b6db4222be445847e3ff28.tar.gz upstream-34934609f9032b75b5b6db4222be445847e3ff28.tar.bz2 upstream-34934609f9032b75b5b6db4222be445847e3ff28.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>
SVN-Revision: 47913
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 4 |
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; + }; }; |