From c9f66b1eb92a3e93bf1564e1923b866cd7d80d7f Mon Sep 17 00:00:00 2001 From: Sergey Ryazanov Date: Mon, 2 Oct 2017 02:33:17 +0300 Subject: [PATCH] ramips: keep Archer C20 Power LED On during boot Keep Archer C20 Power LED in the same state as it was configured by bootloader (keep it hightlighed) to avoid unexpectable LED turning off during kernel boot. Signed-off-by: Sergey Ryazanov --- target/linux/ramips/dts/ArcherC20.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ramips/dts/ArcherC20.dts b/target/linux/ramips/dts/ArcherC20.dts index a0e7c61b5b..ba842d9ba7 100644 --- a/target/linux/ramips/dts/ArcherC20.dts +++ b/target/linux/ramips/dts/ArcherC20.dts @@ -24,6 +24,7 @@ power { label = "c20:blue:power"; gpios = <&gpio0 7 GPIO_ACTIVE_LOW>; + default-state = "keep"; }; usb { -- 2.30.2