OSDN Git Service

ARM: dts: hummingboard/cubox-i: enable front LED PWM explicitly
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 9 Mar 2015 16:40:35 +0000 (17:40 +0100)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 30 Mar 2015 08:43:33 +0000 (16:43 +0800)
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>
arch/arm/boot/dts/imx6qdl-cubox-i.dtsi

index 6a524ca..6c9f5e9 100644 (file)
        };
 };
 
+&pwm1 {
+       status = "okay";
+};
+
 &spdif {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_cubox_i_spdif>;