Skip to content

Commit 042932b

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: vfxxx: Pass 'mmc' as the esdhc node names
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>
1 parent d18d74d commit 042932b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm/boot/dts/nxp/vf/vfxxx.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
<20000000>;
570570
};
571571

572-
esdhc0: esdhc@400b1000 {
572+
esdhc0: mmc@400b1000 {
573573
compatible = "fsl,imx53-esdhc";
574574
reg = <0x400b1000 0x1000>;
575575
interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
@@ -580,7 +580,7 @@
580580
status = "disabled";
581581
};
582582

583-
esdhc1: esdhc@400b2000 {
583+
esdhc1: mmc@400b2000 {
584584
compatible = "fsl,imx53-esdhc";
585585
reg = <0x400b2000 0x1000>;
586586
interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)