From: Paul Wassi
Date: Mon, 31 Dec 2018 10:58:16 +0000 (+0100)
Subject: ath79: Fix system LED on TP-Link WR740/741 v4
X-Git-Tag: v19.07.0-rc1~1705
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=31dc0fbca3e27242c8266c38c54f594747654266;p=oweals%2Fopenwrt.git
ath79: Fix system LED on TP-Link WR740/741 v4
The system LED on these devices is ACTIVE_LOW, change back to what
it is on ar71xx.
Signed-off-by: Paul Wassi
---
diff --git a/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi b/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
index abaaca8755..5b8ce9eb28 100644
--- a/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
+++ b/target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
@@ -69,7 +69,7 @@
system: system {
label = "tp-link:green:system";
- gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
};
wan {