Merge pull request #30 from brain-hackers/backlight

arm: brain: maximize the default brightness
This commit is contained in:
Takumi Sueda 2022-12-08 00:52:58 +09:00 committed by GitHub
commit 60e1cb92ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -371,7 +371,7 @@
compatible = "pwm-backlight";
pwms = <&pwm 0 50000>, <&pwm 1 50000>;
brightness-levels = <0 4 8 16 32 64 128 255>;
default-brightness-level = <4>; //Set 4 for identification on probing
default-brightness-level = <7>;
};
slcd_backlight: backlight@1 {