From: Vladimir Zapolskiy Date: Thu, 4 Sep 2025 18:46:44 +0000 (+0300) Subject: ARM: dts: lpc32xx: Correct SD/MMC controller device node name X-Git-Tag: v6.18-rc1~147^2~34^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88f55f0a985e3d612c47e754b807a455b92db360;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Vladimir Zapolskiy --- diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi index 761432673c397..c8b9d70e93626 100644 --- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi +++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi @@ -224,7 +224,7 @@ status = "disabled"; }; - sd: sd@20098000 { + sd: mmc@20098000 { compatible = "arm,pl18x", "arm,primecell"; reg = <0x20098000 0x1000>; interrupts = <15 IRQ_TYPE_LEVEL_HIGH>,