[PATCH 3/7] ARM: dts: lpc32xx: Correct motor PWM device tree node name

Vladimir Zapolskiy vz at mleia.com
Thu Sep 4 11:46:43 PDT 2025


Change once a customly selected 'mpwm' node name in favour of
the expected 'pwm' one.

The change eliminates a reported warning:

    mpwm at 400e8000: $nodename:0: 'mpwm at 400e8000' does not match '^pwm(@.*|-([0-9]|[1-9][0-9]+))?$'

Signed-off-by: Vladimir Zapolskiy <vz at mleia.com>
---
 arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
index 916ab38f0a4c..761432673c39 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
@@ -298,7 +298,7 @@ i2c2: i2c at 400a8000 {
 				clocks = <&clk LPC32XX_CLK_I2C2>;
 			};
 
-			mpwm: mpwm at 400e8000 {
+			mpwm: pwm at 400e8000 {
 				compatible = "nxp,lpc3220-motor-pwm";
 				reg = <0x400e8000 0x78>;
 				#pwm-cells = <3>;
-- 
2.49.0




More information about the linux-arm-kernel mailing list