diff options
author | David Jander <david@protonic.nl> | 2022-02-21 10:53:05 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-04-06 04:12:06 +0200 |
commit | e931a6f79620c2cc0e9dde215e35f016a3be33f4 (patch) | |
tree | b7fad7915975a9381f5a561e4a8adb254fb4296c /arch/arm/boot/dts/imx6dl-victgo.dts | |
parent | Linux 5.18-rc1 (diff) | |
download | linux-e931a6f79620c2cc0e9dde215e35f016a3be33f4.tar.xz linux-e931a6f79620c2cc0e9dde215e35f016a3be33f4.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl-victgo.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6dl-victgo.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6dl-victgo.dts b/arch/arm/boot/dts/imx6dl-victgo.dts index 227c952543d4..e6134efbfabd 100644 --- a/arch/arm/boot/dts/imx6dl-victgo.dts +++ b/arch/arm/boot/dts/imx6dl-victgo.dts @@ -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>; }; |