Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22c765b9 authored by Philipp Zabel's avatar Philipp Zabel Committed by Shawn Guo
Browse files

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: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 40130d32
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -83,3 +83,7 @@
&ipu1_di0_disp0 {
	remote-endpoint = <&display0_in>;
};

&pwm1 {
	status = "okay";
};
+4 −0
Original line number Diff line number Diff line
@@ -72,3 +72,7 @@
&ipu1_di0_disp0 {
	remote-endpoint = <&display0_in>;
};

&pwm3 {
	status = "okay";
};