Files
target_linux_rockchip-6.x/patches-6.12/121-arm64-dts-rockchip-add-led-aliases-for-HINLINK.patch
zhao 5bb3c1570a
All checks were successful
target_linux_rockchip / Update target_linux_rockchip (openwrt-25.12) (push) Successful in 8s
💐 Sync 2026-01-23 20:01:18
2026-01-23 20:01:18 +00:00

24 lines
535 B
Diff

--- a/arch/arm64/boot/dts/rockchip/rk3528-hinlink-h28k.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3528-hinlink-h28k.dts
@@ -16,6 +16,11 @@
mmc0 = &sdhci;
mmc1 = &sdmmc;
serial0 = &uart0;
+
+ led-boot = &led_work;
+ led-failsafe = &led_work;
+ led-running = &led_work;
+ led-upgrade = &led_work;
};
chosen {
@@ -55,7 +60,7 @@
linux,default-trigger = "netdev";
};
- led-2 {
+ led_work: led-2 {
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_STATUS;
gpios = <&gpio4 RK_PB7 GPIO_ACTIVE_LOW>;