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>
v19.07.3_mercusys_ac12_duma
Paul Wassi 5 years ago committed by Mathias Kresin
parent 9601d94138
commit 31dc0fbca3

@ -69,7 +69,7 @@
system: system {
label = "tp-link:green:system";
gpios = <&gpio 27 GPIO_ACTIVE_HIGH>;
gpios = <&gpio 27 GPIO_ACTIVE_LOW>;
};
wan {

Loading…
Cancel
Save