diff options
| author | Paul Wassi | 2018-12-31 10:58:16 +0000 |
|---|---|---|
| committer | Mathias Kresin | 2018-12-31 12:28:31 +0000 |
| commit | 31dc0fbca3e27242c8266c38c54f594747654266 (patch) | |
| tree | 5addf1f35ec856282c129a4a88ba74ff9b2c37d7 | |
| parent | 9601d94138de66e4fc9f55a08dfb348cdfcc3181 (diff) | |
| download | openwrt-31dc0fbca3e27242c8266c38c54f594747654266.tar.gz | |
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 <p.wassi@gmx.at>
| -rw-r--r-- | target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |