arm64: dts: rockchip: set LAN LEDs to default-off on Radxa E52C

The NICs have default-trigger of "netdev" in order to show up as
LAN/WAN connected, so their default-state should be set to "off".

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Link: https://lore.kernel.org/r/20250810100020.445053-3-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Chukun Pan 2025-08-10 18:00:20 +08:00 committed by Heiko Stuebner
parent 91ec67fa33
commit 6f36b1fdb8

View File

@ -71,7 +71,7 @@ leds-1 {
led-1 {
color = <LED_COLOR_ID_GREEN>;
default-state = "on";
default-state = "off";
function = LED_FUNCTION_LAN;
linux,default-trigger = "netdev";
pwms = <&pwm14 0 1000000 PWM_POLARITY_INVERTED>;
@ -80,7 +80,7 @@ led-1 {
led-2 {
color = <LED_COLOR_ID_GREEN>;
default-state = "on";
default-state = "off";
function = LED_FUNCTION_WAN;
linux,default-trigger = "netdev";
pwms = <&pwm11 0 1000000 PWM_POLARITY_INVERTED>;