aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Trumtrar <[email protected]>2013-10-17 15:03:16 +0200
committerShawn Guo <[email protected]>2013-10-18 16:27:01 +0800
commit443b6585acf70bd9a695fe4fc9325c29c96d7fde (patch)
treea5ebfaf6fb5f5358f5485498596f8d0ba40b6535
parentfa87dfd6d0b067bd962ab83754cf1991ee512c0c (diff)
ARM: imx27: add missing #pwm-cells property
The pwm-node is missing its #pwm-cells property. The pwm-framework will complain about this. Add the missing property. Signed-off-by: Steffen Trumtrar <[email protected]> Acked-by: Sascha Hauer <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r--arch/arm/boot/dts/imx27.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi
index b7a1c6d950b9..826231eb4446 100644
--- a/arch/arm/boot/dts/imx27.dtsi
+++ b/arch/arm/boot/dts/imx27.dtsi
@@ -123,6 +123,7 @@
};
pwm: pwm@10006000 {
+ #pwm-cells = <2>;
compatible = "fsl,imx27-pwm";
reg = <0x10006000 0x1000>;
interrupts = <23>;