Skip to content

Commit

Permalink
ARM: dts: hummingboard/cubox-i: enable front LED 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 22c765b commit 7cdbec1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx6qdl-cubox-i.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,10 @@
};
};

&pwm1 {
status = "okay";
};

&spdif {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_cubox_i_spdif>;
Expand Down

0 comments on commit 7cdbec1

Please sign in to comment.