diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2013-10-17 09:03:16 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-18 04:27:01 -0400 |
commit | 443b6585acf70bd9a695fe4fc9325c29c96d7fde (patch) | |
tree | a5ebfaf6fb5f5358f5485498596f8d0ba40b6535 /arch/arm/boot/dts/imx27.dtsi | |
parent | fa87dfd6d0b067bd962ab83754cf1991ee512c0c (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 <s.trumtrar@pengutronix.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 1 |
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 @@ | |||
123 | }; | 123 | }; |
124 | 124 | ||
125 | pwm: pwm@10006000 { | 125 | pwm: pwm@10006000 { |
126 | #pwm-cells = <2>; | ||
126 | compatible = "fsl,imx27-pwm"; | 127 | compatible = "fsl,imx27-pwm"; |
127 | reg = <0x10006000 0x1000>; | 128 | reg = <0x10006000 0x1000>; |
128 | interrupts = <23>; | 129 | interrupts = <23>; |