leds: Change sys-led trigger from "heartbeat" to "none"

Change the default trigger for the system LED from "heartbeat" to "none"
to make it stay constantly on rather than blinking.

Change-Id: I6b2e980eb542353fffd71253d139242773950543
This commit is contained in:
goumin
2025-03-03 11:48:01 +08:00
parent b0767c39d6
commit e44a0975c1

View File

@@ -169,7 +169,7 @@
led1 {
label = "sys-led";
gpios = <&gpio 96 0>;
linux,default-trigger = "heartbeat";
linux,default-trigger = "none";
default-state = "on";
status = "okay";
};