From: Steffen Trumtrar Date: Thu, 17 Oct 2013 13:03:16 +0000 (+0200) Subject: ARM: imx27: add missing #pwm-cells property X-Git-Tag: firefly_0821_release~176^2~5043^2~9^2~3 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=443b6585acf70bd9a695fe4fc9325c29c96d7fde;p=firefly-linux-kernel-4.4.55.git 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 Acked-by: Sascha Hauer Signed-off-by: Shawn Guo --- 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>;