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 5/7] ARM: dts: lpc32xx: Specify a precise version of the SD/MMC controller IP
Date: Thu, 4 Sep 2025 21:46:45 +0300 [thread overview]
Message-ID: <20250904184647.397104-6-vz@mleia.com> (raw)
In-Reply-To: <20250904184647.397104-1-vz@mleia.com>
The SD/MMC controller on NXP LPC32xx SoC is ARM PrimeCell PL180, it is
reported by the driver:
mmci-pl18x 20098000.sd: mmc0: PL180 manf 41 rev0 at 0x20098000 irq 36,37 (pio)
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 c8b9d70e9362..522d616a9205 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
@@ -225,7 +225,7 @@ i2s0: i2s@20094000 {
};
sd: mmc@20098000 {
- compatible = "arm,pl18x", "arm,primecell";
+ compatible = "arm,pl180", "arm,primecell";
reg = <0x20098000 0x1000>;
interrupts = <15 IRQ_TYPE_LEVEL_HIGH>,
<13 IRQ_TYPE_LEVEL_HIGH>;
--
2.49.0
next prev 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 ` [PATCH 4/7] ARM: dts: lpc32xx: Correct SD/MMC controller device " Vladimir Zapolskiy
2025-09-04 18:46 ` Vladimir Zapolskiy [this message]
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-6-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