diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-04-10 10:10:33 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-04-17 14:55:32 +0200 |
commit | bd3a18bbe433cc53b6f86dd708477f97ac406abc (patch) | |
tree | bb6b9e8fda8cc02cc94c39bc21e01fb0fc3203f8 /target | |
parent | e20c2909a58223aa9a5f758f856effbfc1de614b (diff) | |
download | upstream-bd3a18bbe433cc53b6f86dd708477f97ac406abc.tar.gz upstream-bd3a18bbe433cc53b6f86dd708477f97ac406abc.tar.bz2 upstream-bd3a18bbe433cc53b6f86dd708477f97ac406abc.zip |
lantiq: tdw90x0: Fix WLAN LED on TP-Link W8970 v1.2 (FS#2232)
This patch fixes disfunctional WLAN LED on TP-Link W8970. The LED was
reported working in the CC release[1], but doesn't work anymore in 18.06.2.
1. https://github.com/openwrt/chaos_calmer/commit/420cb24d41fcd650795f09d2b26e0e1d2cf21165
Tested-by: Damian Janarek <dzanar18@o2.pl>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi index 233b7e3334..71e051a316 100644 --- a/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi +++ b/target/linux/lantiq/files-4.14/arch/mips/boot/dts/TDW89X0.dtsi @@ -85,6 +85,7 @@ wifi: wifi { label = "tdw89x0:green:wifi"; gpios = <&ath9k 0 GPIO_ACTIVE_HIGH>; + linux,default-trigger = "phy0tpt"; }; }; |