Commit 0b0ecadf authored by Markus Pargmann's avatar Markus Pargmann Committed by Luis Henriques

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

commit f90d3f0d upstream.

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")
Reviewed-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
Signed-off-by: default avatarLuis Henriques <luis.henriques@canonical.com>
parent b1821545
......@@ -426,6 +426,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