]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: lpc32xx: Correct motor PWM device tree node name
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 4 Sep 2025 18:46:43 +0000 (21:46 +0300)
committerVladimir Zapolskiy <vz@mleia.com>
Thu, 11 Sep 2025 00:30:27 +0000 (03:30 +0300)
Change once a customly selected 'mpwm' node name in favour of
the expected 'pwm' one.

The change eliminates a reported warning:

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

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

index 916ab38f0a4c6c2473613645dfdcd3c3efb8e789..761432673c397ba0d16b273e20143cd4cf10ae48 100644 (file)
                                clocks = <&clk LPC32XX_CLK_I2C2>;
                        };
 
-                       mpwm: mpwm@400e8000 {
+                       mpwm: pwm@400e8000 {
                                compatible = "nxp,lpc3220-motor-pwm";
                                reg = <0x400e8000 0x78>;
                                #pwm-cells = <3>;