ARM: dts: hummingboard/cubox-i: enable front LED 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>
This commit is contained in:
Philipp Zabel 2015-03-09 17:40:35 +01:00 committed by Shawn Guo
parent 22c765b921
commit 7cdbec1f5d
1 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,10 @@
};
};
&pwm1 {
status = "okay";
};
&spdif {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_cubox_i_spdif>;