[PATCH] ARM: dts: imx25: Add missing '#pwm-cells' property for pwm4
Fabio Estevam
fabio.estevam at freescale.com
Wed Apr 22 05:40:30 PDT 2015
All pwm ports pass the '#pwm-cells' property, except pw4.
Fix it by passing '#pwm-cells' property for pwm4.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
arch/arm/boot/dts/imx25.dtsi | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi
index e4d3aec..677f81d 100644
--- a/arch/arm/boot/dts/imx25.dtsi
+++ b/arch/arm/boot/dts/imx25.dtsi
@@ -428,6 +428,7 @@
pwm4: pwm at 53fc8000 {
compatible = "fsl,imx25-pwm", "fsl,imx27-pwm";
+ #pwm-cells = <2>;
reg = <0x53fc8000 0x4000>;
clocks = <&clks 108>, <&clks 52>;
clock-names = "ipg", "per";
--
1.9.1
More information about the linux-arm-kernel
mailing list