mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
ARM: dts: imx6qdl-vicut1/vicutgo: Set default backlight brightness to maximum
Recover default behavior of the device and set maximal brightness Signed-off-by: David Jander <david@protonic.nl> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
3123109284
commit
e931a6f796
|
|
@ -28,7 +28,7 @@ backlight: backlight {
|
|||
pwms = <&pwm1 0 5000000 0>;
|
||||
brightness-levels = <0 16 64 255>;
|
||||
num-interpolated-steps = <16>;
|
||||
default-brightness-level = <1>;
|
||||
default-brightness-level = <48>;
|
||||
power-supply = <®_3v3>;
|
||||
enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ backlight: backlight {
|
|||
pwms = <&pwm1 0 5000000 0>;
|
||||
brightness-levels = <0 16 64 255>;
|
||||
num-interpolated-steps = <16>;
|
||||
default-brightness-level = <1>;
|
||||
default-brightness-level = <48>;
|
||||
power-supply = <®_3v3>;
|
||||
enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user