[PATCH] ARM: dts: vfxxx: Pass 'mmc' as the esdhc node names
Fabio Estevam
festevam at denx.de
Mon Jul 31 13:15:42 PDT 2023
Pass 'mmc' as the esdhc node names to fix the following schema
warnings:
vf610-cosmic.dtb: esdhc at 400b1000: $nodename:0: 'esdhc at 400b1000' does not match '^mmc(@.*)?$'
Signed-off-by: Fabio Estevam <festevam at denx.de>
---
arch/arm/boot/dts/nxp/vf/vfxxx.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi b/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi
index 3f7dc787938e..d1095b700c56 100644
--- a/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi
+++ b/arch/arm/boot/dts/nxp/vf/vfxxx.dtsi
@@ -569,7 +569,7 @@ adc1: adc at 400bb000 {
<20000000>;
};
- esdhc0: esdhc at 400b1000 {
+ esdhc0: mmc at 400b1000 {
compatible = "fsl,imx53-esdhc";
reg = <0x400b1000 0x1000>;
interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
@@ -580,7 +580,7 @@ esdhc0: esdhc at 400b1000 {
status = "disabled";
};
- esdhc1: esdhc at 400b2000 {
+ esdhc1: mmc at 400b2000 {
compatible = "fsl,imx53-esdhc";
reg = <0x400b2000 0x1000>;
interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;
--
2.34.1
More information about the linux-arm-kernel
mailing list