From: Robin van der Gracht Date: Tue, 30 May 2023 12:03:32 +0000 (+0200) Subject: ARM: dts: imx6dl: prtvt7: Adjust default backlight brightness to 65 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b007934665132e387275438e91e2151464bb88a5;p=linux.git ARM: dts: imx6dl: prtvt7: Adjust default backlight brightness to 65 This commit changes the default brightness level of the backlight on the prtvt7 device from 20 to 65, roughly equivalent to 75% of the maximum brightness level defined in the "brightness-levels" property. The adjustment provides a more optimal default brightness for the device, improving the overall user experience. Signed-off-by: Robin van der Gracht Signed-off-by: Oleksij Rempel Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6dl-prtvt7.dts b/arch/arm/boot/dts/imx6dl-prtvt7.dts index a1eb53851794a..5e68802fee6d6 100644 --- a/arch/arm/boot/dts/imx6dl-prtvt7.dts +++ b/arch/arm/boot/dts/imx6dl-prtvt7.dts @@ -24,7 +24,7 @@ compatible = "pwm-backlight"; pwms = <&pwm1 0 500000 0>; brightness-levels = <0 20 81 248 1000>; - default-brightness-level = <20>; + default-brightness-level = <65>; num-interpolated-steps = <21>; power-supply = <®_bl_12v0>; };