mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 22:16:14 +00:00
3c69b9a818
This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
36 lines
1007 B
Diff
36 lines
1007 B
Diff
From 1845163a052efac124f00656eb72f38947630a42 Mon Sep 17 00:00:00 2001
|
|
From: Chukun Pan <amadeus@jmu.edu.cn>
|
|
Date: Sun, 10 Oct 2021 21:50:18 +0800
|
|
Subject: [PATCH] arm64: dts: allwinner: NanoPi R1S H5: add status LED aliases
|
|
|
|
Use the SYS LED on the casing for showing system status.
|
|
|
|
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts | 7 ++++++-
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h5-nanopi-r1s-h5.dts
|
|
@@ -23,6 +23,11 @@
|
|
ethernet0 = &emac;
|
|
ethernet1 = &rtl8189etv;
|
|
serial0 = &uart0;
|
|
+
|
|
+ led-boot = &led_sys;
|
|
+ led-failsafe = &led_sys;
|
|
+ led-running = &led_sys;
|
|
+ led-upgrade = &led_sys;
|
|
};
|
|
|
|
chosen {
|
|
@@ -38,7 +43,7 @@
|
|
gpios = <&pio 0 9 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
- led-1 {
|
|
+ led_sys: led-1 {
|
|
function = LED_FUNCTION_STATUS;
|
|
color = <LED_COLOR_ID_RED>;
|
|
gpios = <&pio 0 10 GPIO_ACTIVE_HIGH>;
|