PKGBUILDs/core/linux-armv5/0006-ARM-dts-kirkwood-pogo_e02-Set-health-LED-to-default-.patch

27 lines
853 B
Diff
Raw Normal View History

2018-06-05 03:18:09 +00:00
From e353095514e7c3c432e2be8f411db9cb54b1e783 Mon Sep 17 00:00:00 2001
2018-04-03 01:05:04 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
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 <kevin@archlinuxarm.org>
---
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
2018-06-05 03:18:09 +00:00
index f9e95e55f36d..a3ee0ad3c1b4 100644
2018-04-03 01:05:04 +00:00
--- a/arch/arm/boot/dts/kirkwood-pogo_e02.dts
+++ b/arch/arm/boot/dts/kirkwood-pogo_e02.dts
2018-06-05 03:18:09 +00:00
@@ -36,7 +36,7 @@
2018-04-03 01:05:04 +00:00
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";
--
2018-06-05 03:18:09 +00:00
2.17.0
2018-04-03 01:05:04 +00:00