ARM: dts: vfxxx: Pass 'mmc' as the esdhc node names
authorFabio Estevam <festevam@denx.de>
Mon, 31 Jul 2023 20:15:42 +0000 (17:15 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 6 Aug 2023 12:32:30 +0000 (20:32 +0800)
Pass 'mmc' as the esdhc node names to fix the following schema
warnings:

vf610-cosmic.dtb: esdhc@400b1000: $nodename:0: 'esdhc@400b1000' does not match '^mmc(@.*)?$'

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/vf/vfxxx.dtsi

index 3f7dc78..d1095b7 100644 (file)
                                                        <20000000>;
                        };
 
-                       esdhc0: esdhc@400b1000 {
+                       esdhc0: mmc@400b1000 {
                                compatible = "fsl,imx53-esdhc";
                                reg = <0x400b1000 0x1000>;
                                interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
                                status = "disabled";
                        };
 
-                       esdhc1: esdhc@400b2000 {
+                       esdhc1: mmc@400b2000 {
                                compatible = "fsl,imx53-esdhc";
                                reg = <0x400b2000 0x1000>;
                                interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;