mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
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:
parent
91ec67fa33
commit
6f36b1fdb8
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user