Skip to content

Commit

Permalink
ARM: imx27: add missing #pwm-cells property
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Steffen Trumtrar authored and Shawn Guo committed Oct 18, 2013
1 parent fa87dfd commit 443b658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/imx27.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
};

pwm: pwm@10006000 {
#pwm-cells = <2>;
compatible = "fsl,imx27-pwm";
reg = <0x10006000 0x1000>;
interrupts = <23>;
Expand Down

0 comments on commit 443b658

Please sign in to comment.