diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2020-09-01 16:58:08 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2020-10-12 15:47:07 +0800 |
commit | dedd632f5607c1abe1665f05203ec9d60d0dc28f (patch) | |
tree | f15b34a2588b8c483828b60a67fa72bd21f9ef9e /arch | |
parent | 78804de483c4d59d4e23acf8c9fb56eee07fb427 (diff) | |
download | u-boot-dedd632f5607c1abe1665f05203ec9d60d0dc28f.tar.gz u-boot-dedd632f5607c1abe1665f05203ec9d60d0dc28f.tar.xz u-boot-dedd632f5607c1abe1665f05203ec9d60d0dc28f.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/fsl-lx2160a-rdb.dts | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |