projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78804de
)
arm: dts: lx2160ardb: support eMMC HS400 mode
author
Yangbo Lu
<yangbo.lu@nxp.com>
Tue, 1 Sep 2020 08:58:08 +0000
(16:58 +0800)
committer
Peng 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/fsl-lx2160a-rdb.dts
b/arch/arm/dts/fsl-lx2160a-rdb.dts
index d787778de848499e2991b1e71fb9df52e6bcf035..5fbdd907017cfee9a5e20e88922d272504109ef2 100644
(file)
--- 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 {