diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-23 14:42:25 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-23 14:42:25 +0000 |
commit | 4264ca9c44276867a180dccd59c7842d417cda57 (patch) | |
tree | 164632369445773c682e42208c503848f840cace /target | |
parent | 77a5ca00b3adc04becb5cfa3eb6f1754cdb1d371 (diff) | |
download | master-187ad058-4264ca9c44276867a180dccd59c7842d417cda57.tar.gz master-187ad058-4264ca9c44276867a180dccd59c7842d417cda57.tar.bz2 master-187ad058-4264ca9c44276867a180dccd59c7842d417cda57.zip |
lantiq: Configure LED polarity for TDW8970 and TDW8980.
This patch configures the correct ath9k WLAN LED polarity for the TDW8970,
and for the TDW8980 as well.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47969 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/dts/TDW8970.dts | 4 | ||||
-rw-r--r-- | target/linux/lantiq/dts/TDW89X0.dtsi | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/lantiq/dts/TDW8970.dts b/target/linux/lantiq/dts/TDW8970.dts index d7ec5e5266..172c46c12c 100644 --- a/target/linux/lantiq/dts/TDW8970.dts +++ b/target/linux/lantiq/dts/TDW8970.dts @@ -4,8 +4,4 @@ / { model = "TDW8970 - TP-LINK TD-W8970"; - - ath9k_eep { - ath,led-active-high; - }; }; diff --git a/target/linux/lantiq/dts/TDW89X0.dtsi b/target/linux/lantiq/dts/TDW89X0.dtsi index e4094ec610..cd3d6bdbbd 100644 --- a/target/linux/lantiq/dts/TDW89X0.dtsi +++ b/target/linux/lantiq/dts/TDW89X0.dtsi @@ -181,6 +181,7 @@ ath,mac-increment; ath,led-pin = <0>; ath,disable-5ghz; + ath,led-active-high; }; gpio-keys-polled { |