Commit f90d3f0d authored by Markus Pargmann's avatar Markus Pargmann Committed by Shawn Guo

ARM: dts: imx25: Add #pwm-cells to pwm4

The property '#pwm-cells' is currently missing. It is not possible to
use pwm4 without this property.
Signed-off-by: default avatarMarkus Pargmann <mpa@pengutronix.de>
Fixes: 5658a68f ("ARM i.MX25: Add devicetree")
Cc: <stable@vger.kernel.org>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 7f8d49dc
......@@ -428,6 +428,7 @@ slcdc@53fc0000 {
pwm4: pwm@53fc8000 {
compatible = "fsl,imx25-pwm", "fsl,imx27-pwm";
#pwm-cells = <2>;
reg = <0x53fc8000 0x4000>;
clocks = <&clks 108>, <&clks 52>;
clock-names = "ipg", "per";
......
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