]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: lpc32xx: Specify a precise version of the SD/MMC controller IP
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 4 Sep 2025 18:46:45 +0000 (21:46 +0300)
committerVladimir Zapolskiy <vz@mleia.com>
Thu, 11 Sep 2025 00:30:27 +0000 (03:30 +0300)
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>
arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi

index c8b9d70e93626d5fd9b1e19f6ba30feb81193b7b..522d616a9205f73ffc2522cccd8a5a5b06d96979 100644 (file)
                        };
 
                        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>;