From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yangbo Lu Date: Thu, 16 Jul 2020 10:29:53 +0800 Subject: [PATCH 8/9] arm: dts: lx2160ardb: support eMMC HS400 mode In-Reply-To: <20200716022954.36774-1-yangbo.lu@nxp.com> References: <20200716022954.36774-1-yangbo.lu@nxp.com> Message-ID: <20200716022954.36774-9-yangbo.lu@nxp.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Add properties related to eMMC HS400 mode. mmc-hs400-1_8v; bus-width = <8>; Signed-off-by: Yangbo Lu --- arch/arm/dts/fsl-lx2160a-rdb.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts index d787778..5fbdd90 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 { -- 2.7.4