arm64: dts: ls1028a-rdb: enable emmc hs400 mode
authorYinbo Zhu <yinbo.zhu@nxp.com>
Fri, 13 Dec 2019 02:18:38 +0000 (10:18 +0800)
committerShawn Guo <shawnguo@kernel.org>
Mon, 23 Dec 2019 06:43:53 +0000 (14:43 +0800)
This patch is to enable emmc hs400 mode for ls1028ardb.

Signed-off-by: Yinbo Zhu <yinbo.zhu@nxp.com>
Acked-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a-rdb.dts

index af25c09..afb5565 100644 (file)
@@ -93,6 +93,8 @@
 
 &esdhc1 {
        mmc-hs200-1_8v;
+       mmc-hs400-1_8v;
+       bus-width = <8>;
        status = "okay";
 };