]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: lpc32xx: Correct SD/MMC controller device node name
authorVladimir Zapolskiy <vz@mleia.com>
Thu, 4 Sep 2025 18:46:44 +0000 (21:46 +0300)
committerVladimir Zapolskiy <vz@mleia.com>
Thu, 11 Sep 2025 00:30:27 +0000 (03:30 +0300)
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(@.*)?$'

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 761432673c397ba0d16b273e20143cd4cf10ae48..c8b9d70e93626d5fd9b1e19f6ba30feb81193b7b 100644 (file)
                                status = "disabled";
                        };
 
-                       sd: sd@20098000 {
+                       sd: mmc@20098000 {
                                compatible = "arm,pl18x", "arm,primecell";
                                reg = <0x20098000 0x1000>;
                                interrupts = <15 IRQ_TYPE_LEVEL_HIGH>,