diff options
author | Michael Walle <michael@walle.cc> | 2021-03-17 15:01:36 +0100 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2021-04-06 18:35:55 +0800 |
commit | bd7b8505f2c0c87785488a040ff7d2711465b401 (patch) | |
tree | 18339f5edd994fa13dee06a4b2bc2aa50ad97209 /drivers/mmc/Kconfig | |
parent | e9978b17cd7bc19f0459b2829756f1d891382bf9 (diff) | |
download | u-boot-bd7b8505f2c0c87785488a040ff7d2711465b401.tar.gz u-boot-bd7b8505f2c0c87785488a040ff7d2711465b401.tar.xz u-boot-bd7b8505f2c0c87785488a040ff7d2711465b401.zip |
mmc: fsl_esdhc: add workaround for erratum A-011334
LS1028A SoCs are restricted in what divider values are allowed for HS400
mode. This is basically a port from the corresponding linux driver.
Signed-off-by: Michael Walle <michael@walle.cc>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r-- | drivers/mmc/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index c34fce370e..b0ff92b5fa 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -813,3 +813,6 @@ config SYS_FSL_ERRATUM_ESDHC135 config SYS_FSL_ERRATUM_ESDHC_A001 bool + +config SYS_FSL_ERRATUM_A011334 + bool |