arm64: dts: freescale: use fixed index mmcN for NXP layerscape reference boards

The eSDHC driver has converted to use asynchronous probe.
Let's use fixed index mmcN for eSDHC controllers, so that
we can ignore the effect on usage, and avoid problem on
previous use cases with fixed index mmcblkN.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Yangbo Lu 2021-01-05 11:32:59 +08:00 committed by Shawn Guo
parent a430c3d2f0
commit 9c2eb8b7be
5 changed files with 16 additions and 0 deletions

View File

@ -13,6 +13,11 @@
model = "LS1012A QDS Board";
compatible = "fsl,ls1012a-qds", "fsl,ls1012a";
aliases {
mmc0 = &esdhc0;
mmc1 = &esdhc1;
};
sys_mclk: clock-mclk {
compatible = "fixed-clock";
#clock-cells = <0>;

View File

@ -12,6 +12,11 @@
/ {
model = "LS1012A RDB Board";
compatible = "fsl,ls1012a-rdb", "fsl,ls1012a";
aliases {
mmc0 = &esdhc0;
mmc1 = &esdhc1;
};
};
&duart0 {

View File

@ -14,6 +14,8 @@
aliases {
crypto = &crypto;
mmc0 = &esdhc0;
mmc1 = &esdhc1;
serial0 = &uart0;
};

View File

@ -14,6 +14,8 @@
aliases {
crypto = &crypto;
mmc0 = &esdhc0;
mmc1 = &esdhc1;
serial0 = &uart0;
};

View File

@ -14,6 +14,8 @@
aliases {
crypto = &crypto;
mmc0 = &esdhc0;
mmc1 = &esdhc1;
serial0 = &uart0;
};