SiFive Unmatched LED trigger -> none

Let's disable the LEDs by default. default-on is built as a loadable
module and is not available unless loaded explicitly.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-06-29 21:15:41 +03:00
parent 4d296dcc91
commit 6208d9799b
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ index c4ed9efdf..d3e359de1 100644
+ pwms = <&pwm0 0 7812500 PWM_POLARITY_INVERTED>;
+ active-low = <1>;
+ max-brightness = <255>;
+ linux,default-trigger = "default-on";
+ linux,default-trigger = "none";
+ };
+
+ led-1 {
@ -101,7 +101,7 @@ index c4ed9efdf..d3e359de1 100644
+ pwms = <&pwm0 1 7812500 PWM_POLARITY_INVERTED>;
+ active-low = <1>;
+ max-brightness = <255>;
+ linux,default-trigger = "default-on";
+ linux,default-trigger = "none";
+ };
+
+ led-2 {
@ -110,7 +110,7 @@ index c4ed9efdf..d3e359de1 100644
+ pwms = <&pwm0 2 7812500 PWM_POLARITY_INVERTED>;
+ active-low = <1>;
+ max-brightness = <255>;
+ linux,default-trigger = "default-on";
+ linux,default-trigger = "none";
+ };
+
+ led-3 {
@ -119,7 +119,7 @@ index c4ed9efdf..d3e359de1 100644
+ pwms = <&pwm0 3 7812500 PWM_POLARITY_INVERTED>;
+ active-low = <1>;
+ max-brightness = <255>;
+ linux,default-trigger = "default-on";
+ linux,default-trigger = "none";
+ };
+ };
+