From 31dc0fbca3e27242c8266c38c54f594747654266 Mon Sep 17 00:00:00 2001
From: Paul Wassi
Date: Mon, 31 Dec 2018 11:58:16 +0100
Subject: [PATCH] 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
---
target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 {
--
2.30.2