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

27 lines
853 B
Diff
Raw Normal View History

2018-06-07 01:28:29 +00:00
From 5b67bec20e877a5840b0daef862c76d8e6d97581 Mon Sep 17 00:00:00 2001
2018-03-01 01:15:12 +00:00
From: Kevin Mihelich <kevin@archlinuxarm.org>
Date: Sun, 25 Feb 2018 16:37:08 -0700
Subject: [PATCH 3/6] 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-07 01:28:29 +00:00
index f9e95e55f36d..a3ee0ad3c1b4 100644
2018-03-01 01:15:12 +00:00
--- a/arch/arm/boot/dts/kirkwood-pogo_e02.dts
+++ b/arch/arm/boot/dts/kirkwood-pogo_e02.dts
2018-06-07 01:28:29 +00:00
@@ -36,7 +36,7 @@
2018-03-01 01:15:12 +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-07 01:28:29 +00:00
2.17.0
2018-03-01 01:15:12 +00:00