diff options
| author | Kevin Zhang | 2024-10-27 05:13:47 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-27 13:57:51 +0000 |
| commit | b5c7c67b8f10203253138ec35bb6aef213faae30 (patch) | |
| tree | b7a88b2028f44364125a4c6082a075e69e7cfa12 | |
| parent | 2902b0a6fb98a79a1c54f447579095f64604332d (diff) | |
| download | openwrt-b5c7c67b8f10203253138ec35bb6aef213faae30.tar.gz | |
rockchip: Add LED aliases for FriendlyElec NanoPi R3S
This commit adds OpenWRT's LED aliases to the board DTS
for showing system status on the NanoPi R3S.
Signed-off-by: Kevin Zhang <kevin@kevinzhang.me>
Link: https://github.com/openwrt/openwrt/pull/16738
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/rockchip/patches-6.6/128-arm64-dts-rockchip-rk3566-Nanopi-R3S-update-LED.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/rockchip/patches-6.6/128-arm64-dts-rockchip-rk3566-Nanopi-R3S-update-LED.patch b/target/linux/rockchip/patches-6.6/128-arm64-dts-rockchip-rk3566-Nanopi-R3S-update-LED.patch new file mode 100644 index 0000000000..a7e95291de --- /dev/null +++ b/target/linux/rockchip/patches-6.6/128-arm64-dts-rockchip-rk3566-Nanopi-R3S-update-LED.patch @@ -0,0 +1,14 @@ +--- a/arch/arm64/boot/dts/rockchip/rk3566-nanopi-r3s.dts ++++ b/arch/arm64/boot/dts/rockchip/rk3566-nanopi-r3s.dts +@@ -24,6 +24,11 @@ + ethernet0 = &gmac1; + mmc0 = &sdhci; + mmc1 = &sdmmc0; ++ ++ led-boot = &power_led; ++ led-failsafe = &power_led; ++ led-running = &power_led; ++ led-upgrade = &power_led; + }; + + chosen: chosen { |