[OpenWrt-Devel] [PATCH 5/5] lantiq: Configure LED polarity for TDW8970.

Vittorio G (VittGam) openwrt at vittgam.net
Tue Dec 15 23:42:15 EST 2015


This patch configures the correct ath9k WLAN LED polarity for the TDW8970.

Signed-off-by: Vittorio Gambaletta <openwrt at vittgam.net>

---

The TDW8970 LED is active high, but I'm not sure about the TDW8980 as
I don't have one. If the TDW8980 LED is active high as well, this can
be added to TDW89X0.dtsi instead of TDW8970.dts.

--- 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;
+	};
 };
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list