Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Markus Pargmann <mpa@pengutronix.de>
Fixes: 5658a68fb578 ("ARM i.MX25: Add devicetree")
Cc: <stable@vger.kernel.org>
Reviewed-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Markus Pargmann and committed by
Shawn Guo
f90d3f0d 7f8d49dc

+1
+1
arch/arm/boot/dts/imx25.dtsi
··· 428 428 429 429 pwm4: pwm@53fc8000 { 430 430 compatible = "fsl,imx25-pwm", "fsl,imx27-pwm"; 431 + #pwm-cells = <2>; 431 432 reg = <0x53fc8000 0x4000>; 432 433 clocks = <&clks 108>, <&clks 52>; 433 434 clock-names = "ipg", "per";