Skip to content

Commit

Permalink
change default brightness from 5 to 1
Browse files Browse the repository at this point in the history
Signed-off-by: jackcybertan <[email protected]>
  • Loading branch information
jackcybertan committed Sep 5, 2024
1 parent 6a4a337 commit 91f1f33
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -614,21 +614,21 @@
red {
label = "pwm:red";
pwms = <&pwm 1 1250000>;
max-brightness = <5>;
max-brightness = <1>;
linux,default-trigger = "none";
};

green {
label = "pwm:green";
pwms = <&pwm 2 1250000>;
max-brightness = <5>;
max-brightness = <1>;
linux,default-trigger = "none";
};

led_blue: blue {
label = "pwm:blue";
pwms = <&pwm 3 1250000>;
max-brightness = <5>;
max-brightness = <1>;
linux,default-trigger = "timer";
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -707,21 +707,21 @@
led_blue: blue {
label = "pwm:blue";
pwms = <&pwm 3 1250000>;
max-brightness = <5>;
max-brightness = <1>;
linux,default-trigger = "timer";
};

red {
label = "pwm:red";
pwms = <&pwm 0 1250000>;
max-brightness = <5>;
max-brightness = <1>;
linux,default-trigger = "none";
};

green {
label = "pwm:green";
pwms = <&pwm 1 1250000>;
max-brightness = <5>;
max-brightness = <1>;
linux,default-trigger = "none";
};
};
Expand Down

0 comments on commit 91f1f33

Please sign in to comment.