mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-21 06:33:41 +00:00
26 lines
645 B
Diff
26 lines
645 B
Diff
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||
|
From: Tianling Shen <cnsztl@gmail.com>
|
||
|
Date: Mon Sep 23 13:22:56 2024 +0800
|
||
|
Subject: [PATCH] arm64: dts: rockchip: Update LED properties for ArmSom
|
||
|
Sige7
|
||
|
|
||
|
Add OpenWrt's LED aliases for showing system status.
|
||
|
|
||
|
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
|
||
|
---
|
||
|
|
||
|
--- a/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts
|
||
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588-armsom-sige7.dts
|
||
|
@@ -13,6 +13,11 @@
|
||
|
aliases {
|
||
|
mmc0 = &sdhci;
|
||
|
mmc1 = &sdmmc;
|
||
|
+
|
||
|
+ led-boot = &led_red;
|
||
|
+ led-failsafe = &led_red;
|
||
|
+ led-running = &led_red;
|
||
|
+ led-upgrade = &led_red;
|
||
|
};
|
||
|
|
||
|
chosen {
|