From: Vladimir Zapolskiy Date: Sun, 28 Dec 2025 22:49:07 +0000 (+0200) Subject: arm: dts: lpc32xx: add clocks property to Motor Control PWM device tree node X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71630e581a0e34c03757f5c1706f57c853b92555;p=thirdparty%2Fkernel%2Flinux.git arm: dts: lpc32xx: add clocks property to Motor Control PWM device tree node Motor Control PWM depends on its own supply clock, the clock gate control is present in TIMCLK_CTRL1 register. Fixes: b7d41c937ed7 ("ARM: LPC32xx: Add the motor PWM to base dts file") Signed-off-by: Vladimir Zapolskiy --- diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi index e89ef62f9fbb0..7fa91d1ac9eaa 100644 --- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi +++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi @@ -322,6 +322,7 @@ mpwm: pwm@400e8000 { compatible = "nxp,lpc3220-motor-pwm"; reg = <0x400e8000 0x78>; + clocks = <&clk LPC32XX_CLK_MCPWM>; #pwm-cells = <3>; status = "disabled"; };