Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Zapolskiy <vz@mleia.com>
To: Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: Piotr Wojtaszczyk <piotr.wojtaszczyk@timesys.com>,
	Frank Li <Frank.Li@nxp.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/7] ARM: dts: lpc32xx: Correct motor PWM device tree node name
Date: Thu,  4 Sep 2025 21:46:43 +0300	[thread overview]
Message-ID: <20250904184647.397104-4-vz@mleia.com> (raw)
In-Reply-To: <20250904184647.397104-1-vz@mleia.com>

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]+))?$'

Signed-off-by: Vladimir Zapolskiy <vz@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@400a8000 {
 				clocks = <&clk LPC32XX_CLK_I2C2>;
 			};
 
-			mpwm: mpwm@400e8000 {
+			mpwm: pwm@400e8000 {
 				compatible = "nxp,lpc3220-motor-pwm";
 				reg = <0x400e8000 0x78>;
 				#pwm-cells = <3>;
-- 
2.49.0



  parent reply	other threads:[~2025-09-05  2:17 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-04 18:46 [PATCH 0/7] ARM: dts: lpc32xx: a number of dt binding clean-ups Vladimir Zapolskiy
2025-09-04 18:46 ` [PATCH 1/7] dt-bindings: arm: nxp: lpc: Assign myself as maintainer of NXP LPC32xx platforms Vladimir Zapolskiy
2025-09-05 18:14   ` Rob Herring (Arm)
2025-09-04 18:46 ` [PATCH 2/7] ARM: dts: lpc32xx: Set motor PWM #pwm-cells property value to 3 cells Vladimir Zapolskiy
2025-09-09  8:43   ` Uwe Kleine-König
2025-09-04 18:46 ` Vladimir Zapolskiy [this message]
2025-09-04 18:46 ` [PATCH 4/7] ARM: dts: lpc32xx: Correct SD/MMC controller device node name Vladimir Zapolskiy
2025-09-04 18:46 ` [PATCH 5/7] ARM: dts: lpc32xx: Specify a precise version of the SD/MMC controller IP Vladimir Zapolskiy
2025-09-04 18:46 ` [PATCH 6/7] ARM: dts: lpc32xx: Specify #dma-cells property of PL080 DMA controller Vladimir Zapolskiy
2025-09-04 18:46 ` [PATCH 7/7] ARM: dts: lpc32xx: Correct PL080 DMA controller device node name Vladimir Zapolskiy
2025-09-04 22:13 ` [PATCH 0/7] ARM: dts: lpc32xx: a number of dt binding clean-ups Frank Li

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250904184647.397104-4-vz@mleia.com \
    --to=vz@mleia.com \
    --cc=Frank.Li@nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=piotr.wojtaszczyk@timesys.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox