ARM: dts: lpc32xx: Specify a precise version of the SD/MMC controller IP

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)

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Vladimir Zapolskiy <vz@mleia.com>
This commit is contained in:
Vladimir Zapolskiy
2025-09-04 21:46:45 +03:00
parent 88f55f0a98
commit c4ceb7eeac

View File

@@ -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>;