diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2021-01-05 06:32:59 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-01-05 06:53:05 +0300 |
commit | 9c2eb8b7be78a0de6705ef543bd83514c56c6580 (patch) | |
tree | ce5173442081761c3103b8adff2c0a506d5d6972 /arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | |
parent | a430c3d2f0afd88466a0871bc876ec5246b8e09e (diff) | |
download | linux-9c2eb8b7be78a0de6705ef543bd83514c56c6580.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts index eb88de7f3a9c..6f82759f0ce4 100644 --- a/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts +++ b/arch/arm64/boot/dts/freescale/fsl-lx2160a-rdb.dts @@ -14,6 +14,8 @@ aliases { crypto = &crypto; + mmc0 = &esdhc0; + mmc1 = &esdhc1; serial0 = &uart0; }; |