Commit 443b6585 authored by Steffen Trumtrar's avatar Steffen Trumtrar Committed by Shawn Guo

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: default avatarSteffen Trumtrar <s.trumtrar@pengutronix.de>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent fa87dfd6
......@@ -123,6 +123,7 @@ gpt3: timer@10005000 {
};
pwm: pwm@10006000 {
#pwm-cells = <2>;
compatible = "fsl,imx27-pwm";
reg = <0x10006000 0x1000>;
interrupts = <23>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment