mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
0db32940a2
revert unwanted change for compatible string. Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Link: https://github.com/openwrt/openwrt/pull/16221 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
39 lines
939 B
Diff
39 lines
939 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Tianling Shen <cnsztl@gmail.com>
|
|
Date: Mon Aug 05 16:14:33 2024 +0800
|
|
Subject: [PATCH] arm64: dts: rockchip: Update LED properties for Radxa
|
|
Rock 5A
|
|
|
|
Add OpenWrt's LED aliases for showing system status.
|
|
|
|
Signed-off-by: Tianling Shen <cnsztl@gmail.com>
|
|
---
|
|
|
|
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts
|
|
@@ -14,6 +14,11 @@
|
|
aliases {
|
|
mmc0 = &sdhci;
|
|
mmc1 = &sdmmc;
|
|
+
|
|
+ led-boot = &status_led;
|
|
+ led-failsafe = &status_led;
|
|
+ led-running = &status_led;
|
|
+ led-upgrade = &status_led;
|
|
};
|
|
|
|
analog-sound {
|
|
@@ -39,11 +44,10 @@
|
|
pinctrl-names = "default";
|
|
pinctrl-0 = <&io_led>;
|
|
|
|
- io-led {
|
|
+ status_led: io-led {
|
|
color = <LED_COLOR_ID_BLUE>;
|
|
function = LED_FUNCTION_STATUS;
|
|
gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
|
|
- linux,default-trigger = "heartbeat";
|
|
};
|
|
};
|
|
|