Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6dl-aristainetos: enable backlight PWM explicitly

All PWM users should explicitly enable the used PWMs in their device tree
so they can be disabled by default in imx6qdl.dtsi.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Philipp Zabel and committed by
Shawn Guo
22c765b9 40130d32

+8
+4
arch/arm/boot/dts/imx6dl-aristainetos_4.dts
··· 83 83 &ipu1_di0_disp0 { 84 84 remote-endpoint = <&display0_in>; 85 85 }; 86 + 87 + &pwm1 { 88 + status = "okay"; 89 + };
+4
arch/arm/boot/dts/imx6dl-aristainetos_7.dts
··· 72 72 &ipu1_di0_disp0 { 73 73 remote-endpoint = <&display0_in>; 74 74 }; 75 + 76 + &pwm3 { 77 + status = "okay"; 78 + };