Skip to content

Commit

Permalink
ath79: Fix system LED on TP-Link WR740/741 v4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
p-wassi authored and mkresin committed Dec 31, 2018
1 parent 9601d94 commit 31dc0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ath79/dts/ar9331_tplink_tl-wr741nd-v4.dtsi
Expand Up @@ -69,7 +69,7 @@


system: system { system: system {
label = "tp-link:green:system"; label = "tp-link:green:system";
gpios = <&gpio 27 GPIO_ACTIVE_HIGH>; gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
}; };


wan { wan {
Expand Down

0 comments on commit 31dc0fb

Please sign in to comment.