From a6f6f8df23a06739d062ff4cf3e996b2aea200ae Mon Sep 17 00:00:00 2001 From: Thibaut VARENE Date: Sat, 29 Jul 2017 11:32:44 +0200 Subject: ramips: Archer C50v1: fix power led 01_leds had a workaround for the power led to compensate for the inverted GPIO state. This patch was missing from my previous commit. Signed-off-by: Thibaut VARENE [add the power led default-state which was omitted in the last commit by me] Signed-off-by: Mathias Kresin --- target/linux/ramips/dts/ArcherC50.dts | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/dts') diff --git a/target/linux/ramips/dts/ArcherC50.dts b/target/linux/ramips/dts/ArcherC50.dts index e8a1893300..497238fa39 100644 --- a/target/linux/ramips/dts/ArcherC50.dts +++ b/target/linux/ramips/dts/ArcherC50.dts @@ -23,6 +23,7 @@ power { label = "c50:green:power"; gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; + default-state = "on"; }; usb { -- cgit v1.2.3