mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09: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:
@@ -28,7 +28,7 @@
|
||||
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 @@
|
||||
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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user