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>
This commit is contained in:
Paul Wassi 2018-12-31 11:58:16 +01:00 committed by Mathias Kresin
parent 9601d94138
commit 31dc0fbca3

View File

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