ARM: dts: imx6qdl-vicut1/vicutgo: Set default backlight brightness to maximum
authorDavid Jander <david@protonic.nl>
Mon, 21 Feb 2022 09:53:05 +0000 (10:53 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Apr 2022 02:12:06 +0000 (10:12 +0800)
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>
arch/arm/boot/dts/imx6dl-victgo.dts
arch/arm/boot/dts/imx6qdl-vicut1.dtsi

index 227c952..e6134ef 100644 (file)
@@ -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 = <&reg_3v3>;
                enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>;
        };
index 1ac7e13..c1d06bc 100644 (file)
@@ -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 = <&reg_3v3>;
                enable-gpios = <&gpio4 28 GPIO_ACTIVE_HIGH>;
        };