mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-10-29 22:43:48 +00:00
27 lines
853 B
Diff
27 lines
853 B
Diff
|
From 8050b13e64804c199257e2b7cb21606958b34cca Mon Sep 17 00:00:00 2001
|
||
|
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
|
||
|
index a190080c9c4f..13eccf28003b 100644
|
||
|
--- a/arch/arm/boot/dts/kirkwood-pogo_e02.dts
|
||
|
+++ b/arch/arm/boot/dts/kirkwood-pogo_e02.dts
|
||
|
@@ -38,7 +38,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.16.1
|
||
|
|