arm: dts: lx2160ardb: support eMMC HS400 mode
authorYangbo Lu <yangbo.lu@nxp.com>
Tue, 1 Sep 2020 08:58:08 +0000 (16:58 +0800)
committerPeng Fan <peng.fan@nxp.com>
Mon, 12 Oct 2020 07:47:07 +0000 (15:47 +0800)
Add properties related to eMMC HS400 mode.

mmc-hs400-1_8v;
bus-width = <8>;

They had been already in kernel dts file since the first
lx2160ardb dts patch.

b068890 arm64: dts: add LX2160ARDB board support

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
arch/arm/dts/fsl-lx2160a-rdb.dts

index d787778..5fbdd90 100644 (file)
@@ -80,6 +80,8 @@
 &esdhc1 {
        status = "okay";
        mmc-hs200-1_8v;
+       mmc-hs400-1_8v;
+       bus-width = <8>;
 };
 
 &fspi {