mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
fff797d26e
Add the aliases sections required to detect LEDs specific to OpenWrt
boot / update indication for the NanoPi R4S.
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 1588069612
)
17 lines
408 B
Diff
17 lines
408 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3399-nanopi-r4s.dts
|
|
@@ -19,6 +19,13 @@
|
|
model = "FriendlyElec NanoPi R4S";
|
|
compatible = "friendlyarm,nanopi-r4s", "rockchip,rk3399";
|
|
|
|
+ aliases {
|
|
+ led-boot = &sys_led;
|
|
+ led-failsafe = &sys_led;
|
|
+ led-running = &sys_led;
|
|
+ led-upgrade = &sys_led;
|
|
+ };
|
|
+
|
|
/delete-node/ display-subsystem;
|
|
|
|
gpio-leds {
|