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 4/7] ARM: dts: lpc32xx: Correct SD/MMC controller device node name
Date: Thu,  4 Sep 2025 21:46:44 +0300	[thread overview]
Message-ID: <20250904184647.397104-5-vz@mleia.com> (raw)
In-Reply-To: <20250904184647.397104-1-vz@mleia.com>

Change the PL180 SD/MMC controller device node name to the expected
'mmc' one.

The change removes a reported warning:

    sd@20098000: $nodename:0: 'sd@20098000' does not match '^mmc(@.*)?$'

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 761432673c39..c8b9d70e9362 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
@@ -224,7 +224,7 @@ i2s0: i2s@20094000 {
 				status = "disabled";
 			};
 
-			sd: sd@20098000 {
+			sd: mmc@20098000 {
 				compatible = "arm,pl18x", "arm,primecell";
 				reg = <0x20098000 0x1000>;
 				interrupts = <15 IRQ_TYPE_LEVEL_HIGH>,
-- 
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 ` [PATCH 3/7] ARM: dts: lpc32xx: Correct motor PWM device tree node name Vladimir Zapolskiy
2025-09-04 18:46 ` Vladimir Zapolskiy [this message]
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-5-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