diff mbox series

arm64: dts: rockchip: add LED_FUNCTION_STATUS for RGB LEDs on Radxa E25

Message ID 20240816215316.1429-1-naoki@radxa.com (mailing list archive)
State New
Headers show
Series arm64: dts: rockchip: add LED_FUNCTION_STATUS for RGB LEDs on Radxa E25 | expand

Commit Message

FUKAUMI Naoki Aug. 16, 2024, 9:53 p.m. UTC
multicolor(RGB) PWM LEDs on Radxa E25 carrier board is clearly defined
as status LED ("use it to see the status") in product overview[1].

add "function = LED_FUNCTION_STATUS" to "multi-led".

fortunately CONFIG_LEDS_PWM_MULTICOLOR is not enabled in defconfig,
this change should not affect userland(sysfs).

[1] https://radxa.com/products/network-computer/e25#overview

Signed-off-by: FUKAUMI Naoki <naoki@radxa.com>
---
 arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Heiko Stuebner Sept. 30, 2024, 10:55 a.m. UTC | #1
On Sat, 17 Aug 2024 06:53:16 +0900, FUKAUMI Naoki wrote:
> multicolor(RGB) PWM LEDs on Radxa E25 carrier board is clearly defined
> as status LED ("use it to see the status") in product overview[1].
> 
> add "function = LED_FUNCTION_STATUS" to "multi-led".
> 
> fortunately CONFIG_LEDS_PWM_MULTICOLOR is not enabled in defconfig,
> this change should not affect userland(sysfs).
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: rockchip: add LED_FUNCTION_STATUS for RGB LEDs on Radxa E25
      commit: 40c60d826f4541668d81d8ee561dced5d4950223

Best regards,
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
index 72ad74c38a2b..1eaf304d94b9 100644
--- a/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3568-radxa-e25.dts
@@ -16,6 +16,7 @@  pwm-leds {
 
 		multi-led {
 			color = <LED_COLOR_ID_RGB>;
+			function = LED_FUNCTION_STATUS;
 			max-brightness = <255>;
 
 			led-red {