From a0d4b11d2a86f40f2b79f19195c09b680c861c89 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 25 Feb 2018 16:37:08 -0700 Subject: [PATCH 6/9] ARM: dts: kirkwood-pogo_e02: Set health LED to default-on Signed-off-by: Kevin Mihelich --- arch/arm/boot/dts/kirkwood-pogo_e02.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/kirkwood-pogo_e02.dts b/arch/arm/boot/dts/kirkwood-pogo_e02.dts index f9e95e55f36d..a3ee0ad3c1b4 100644 --- a/arch/arm/boot/dts/kirkwood-pogo_e02.dts +++ b/arch/arm/boot/dts/kirkwood-pogo_e02.dts @@ -36,7 +36,7 @@ gpio-leds { health { label = "pogo_e02:green:health"; gpios = <&gpio1 16 GPIO_ACTIVE_LOW>; - default-state = "keep"; + default-state = "default-on"; }; fault { label = "pogo_e02:orange:fault"; -- 2.26.1