projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03c35bd
)
ramips: fix HiWiFi HC5962 status LED
author
DENG Qingfang
<
[email protected]
>
Thu, 16 Jan 2020 16:27:59 +0000
(
00:27
+0800)
committer
Adrian Schmutzler
<
[email protected]
>
Sat, 18 Jan 2020 15:09:39 +0000
(16:09 +0100)
Match LED behavior to stock firmware:
Red: booting
White: running
Signed-off-by: DENG Qingfang <
[email protected]
>
(cherry picked from commit
9a3c9a96563c3c3fb1e15b791d9117b193fed7a6
)
target/linux/ramips/dts/HC5962.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/HC5962.dts
b/target/linux/ramips/dts/HC5962.dts
index 817b571d2a7a9b5a5fac076a2dbc889fb492d863..616de5d488a32ba84df6a66c5dd47ce552f1e3d8 100644
(file)
--- a/
target/linux/ramips/dts/HC5962.dts
+++ b/
target/linux/ramips/dts/HC5962.dts
@@
-10,8
+10,8
@@
model = "HiWiFi HC5962";
aliases {
- led-boot = &led_s
tatus
;
- led-failsafe = &led_s
tatus
;
+ led-boot = &led_s
ystem
;
+ led-failsafe = &led_s
ystem
;
led-running = &led_status;
led-upgrade = &led_status;
};
@@
-33,9
+33,10
@@
gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
};
- system {
+
led_system:
system {
label = "hc5962:red:system";
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
+ panic-indicator;
};
};