mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-24 23:31:44 +02:00
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>
This commit is contained in:
parent
78804de483
commit
dedd632f56
@ -80,6 +80,8 @@
|
|||||||
&esdhc1 {
|
&esdhc1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
mmc-hs200-1_8v;
|
mmc-hs200-1_8v;
|
||||||
|
mmc-hs400-1_8v;
|
||||||
|
bus-width = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
&fspi {
|
&fspi {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user