From: Yangbo Lu <yangbo.lu@nxp.com>
Date: Tue, 1 Sep 2020 08:58:08 +0000 (+0800)
Subject: arm: dts: lx2160ardb: support eMMC HS400 mode
X-Git-Tag: v2025.01-rc5-pxa1908~2177^2~11
X-Git-Url: http://git.dujemihanovic.xyz/html/static/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=dedd632f5607c1abe1665f05203ec9d60d0dc28f;p=u-boot.git

arm: dts: lx2160ardb: support eMMC HS400 mode

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>
---

diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts
index d787778de8..5fbdd90701 100644
--- a/arch/arm/dts/fsl-lx2160a-rdb.dts
+++ b/arch/arm/dts/fsl-lx2160a-rdb.dts
@@ -80,6 +80,8 @@
 &esdhc1 {
 	status = "okay";
 	mmc-hs200-1_8v;
+	mmc-hs400-1_8v;
+	bus-width = <8>;
 };
 
 &fspi {