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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user