]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 6a524ca011e70df048939fbc5ef0659c88a660e9..6c9f5e96ce656a0236dac273d69e5f1a343e0597 100644 (file)
        };
 };
 
+&pwm1 {
+       status = "okay";
+};
+
 &spdif {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_cubox_i_spdif>;