Skip to content

Commit

Permalink
ARM: dts: imx6dl-aristainetos: enable backlight PWM explicitly
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Philipp Zabel authored and Shawn Guo committed Mar 30, 2015
1 parent 40130d3 commit 22c765b
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx6dl-aristainetos_4.dts
Original file line number Diff line number Diff line change
@@ -83,3 +83,7 @@
&ipu1_di0_disp0 {
remote-endpoint = <&display0_in>;
};

&pwm1 {
status = "okay";
};
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx6dl-aristainetos_7.dts
Original file line number Diff line number Diff line change
@@ -72,3 +72,7 @@
&ipu1_di0_disp0 {
remote-endpoint = <&display0_in>;
};

&pwm3 {
status = "okay";
};

0 comments on commit 22c765b

Please sign in to comment.