Skip to content

Commit c5e4606

Browse files
aford173Shawn Guo
authored andcommitted
ARM: dts: imx6q-logicpd: Fix broken PWM
The DTC doesn't like the default PWM settings, because it's expecting three cells. This patch reduces adds the extra entry of 0 to the PWM reference. Fixes: fa28d82 ("ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files") Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 56e79df commit c5e4606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/imx6q-logicpd.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
backlight: backlight-lvds {
1515
compatible = "pwm-backlight";
16-
pwms = <&pwm3 0 20000>;
16+
pwms = <&pwm3 0 20000 0>;
1717
brightness-levels = <0 4 8 16 32 64 128 255>;
1818
default-brightness-level = <6>;
1919
power-supply = <&reg_lcd>;

0 commit comments

Comments
 (0)