ARM: dts: lpc32xx: Correct SD/MMC controller device node name

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>
This commit is contained in:
Vladimir Zapolskiy 2025-09-04 21:46:44 +03:00
parent 2695035dc3
commit 88f55f0a98

View File

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