Skip to content
/ linux Public

Commit 8461f64

Browse files
vzapolskiySasha Levin
authored andcommitted
ARM: dts: lpc32xx: Set motor PWM #pwm-cells property value to 3 cells
[ Upstream commit 65ae9ea ] Since commit 4cd2f41 ("dt-bindings: pwm: Convert lpc32xx-pwm.txt to yaml format") both types of PWM controlles on NXP LPC32xx SoC fairly gained 3 cells, reflect it in the platform dtsi file. The change removes a dt binding checker warning: mpwm@400e8000: #pwm-cells:0:0: 3 was expected Cc: Uwe Kleine-König <u.kleine-koenig@baylibre.com> Acked-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com> Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Vladimir Zapolskiy <vz@mleia.com> Stable-dep-of: 71630e5 ("arm: dts: lpc32xx: add clocks property to Motor Control PWM device tree node") Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 87a1f93 commit 8461f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@
301301
mpwm: mpwm@400e8000 {
302302
compatible = "nxp,lpc3220-motor-pwm";
303303
reg = <0x400e8000 0x78>;
304+
#pwm-cells = <3>;
304305
status = "disabled";
305-
#pwm-cells = <2>;
306306
};
307307
};
308308

0 commit comments

Comments
 (0)