diff options
author | Tom Rini <trini@konsulko.com> | 2020-10-15 08:20:42 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-10-15 08:20:42 -0400 |
commit | 9dc6aef8c963ae17e1263b89c692792fce0c7198 (patch) | |
tree | 99f9b16de5d08400dbd63eb8090de536796fe557 /arch | |
parent | 0f35d96bfd8565da2c5ba0f540827fff0e82eb32 (diff) | |
parent | 361a422b905052dcbcba61fc1e0d8d804fdca433 (diff) | |
download | u-boot-9dc6aef8c963ae17e1263b89c692792fce0c7198.tar.gz u-boot-9dc6aef8c963ae17e1263b89c692792fce0c7198.tar.xz u-boot-9dc6aef8c963ae17e1263b89c692792fce0c7198.zip |
Merge tag 'mmc-2020-10-14' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- fsl_esdhc_imx cleanup
- not send cm13 if send_status is 0.
- Add reinit API
- Add mmc HS400 for fsl_esdhc
- Several cleanup for fsl_esdhc
- Add ADMA2 for sdhci
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 { |