[PATCH 4/7] ARM: dts: lpc32xx: Correct SD/MMC controller device node name
Vladimir Zapolskiy
vz at mleia.com
Thu Sep 4 11:46:44 PDT 2025
Change the PL180 SD/MMC controller device node name to the expected
'mmc' one.
The change removes a reported warning:
sd at 20098000: $nodename:0: 'sd at 20098000' does not match '^mmc(@.*)?$'
Signed-off-by: Vladimir Zapolskiy <vz at mleia.com>
---
arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
index 761432673c39..c8b9d70e9362 100644
--- a/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
+++ b/arch/arm/boot/dts/nxp/lpc/lpc32xx.dtsi
@@ -224,7 +224,7 @@ i2s0: i2s at 20094000 {
status = "disabled";
};
- sd: sd at 20098000 {
+ sd: mmc at 20098000 {
compatible = "arm,pl18x", "arm,primecell";
reg = <0x20098000 0x1000>;
interrupts = <15 IRQ_TYPE_LEVEL_HIGH>,
--
2.49.0
More information about the linux-arm-kernel
mailing list