Commit 042932ba authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d18d74de
......@@ -569,7 +569,7 @@ adc1: adc@400bb000 {
<20000000>;
};
esdhc0: esdhc@400b1000 {
esdhc0: mmc@400b1000 {
compatible = "fsl,imx53-esdhc";
reg = <0x400b1000 0x1000>;
interrupts = <27 IRQ_TYPE_LEVEL_HIGH>;
......@@ -580,7 +580,7 @@ esdhc0: esdhc@400b1000 {
status = "disabled";
};
esdhc1: esdhc@400b2000 {
esdhc1: mmc@400b2000 {
compatible = "fsl,imx53-esdhc";
reg = <0x400b2000 0x1000>;
interrupts = <28 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment