diff options
author | Steffen Trumtrar <s.trumtrar@pengutronix.de> | 2013-10-17 15:03:16 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-10-18 16:27:01 +0800 |
commit | 443b6585acf70bd9a695fe4fc9325c29c96d7fde (patch) | |
tree | a5ebfaf6fb5f5358f5485498596f8d0ba40b6535 /arch/arm | |
parent | fa87dfd6d0b067bd962ab83754cf1991ee512c0c (diff) | |
download | talos-op-linux-443b6585acf70bd9a695fe4fc9325c29c96d7fde.tar.gz talos-op-linux-443b6585acf70bd9a695fe4fc9325c29c96d7fde.zip |
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')
-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 @@ }; pwm: pwm@10006000 { + #pwm-cells = <2>; compatible = "fsl,imx27-pwm"; reg = <0x10006000 0x1000>; interrupts = <23>; |