mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
26 lines
853 B
Diff
26 lines
853 B
Diff
From 16d9264b4ad82e324b421bedad3cbc94cec4f201 Mon Sep 17 00:00:00 2001
|
|
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
|
|
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 @@
|
|
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.23.0
|
|
|