diff options
author | Peng Fan <peng.fan@nxp.com> | 2019-11-04 17:14:15 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2019-11-05 11:21:25 +0800 |
commit | 1d01c984b9e57e43abc594ca0985128bf2c666eb (patch) | |
tree | 16f9ce5f4f69ff76e5bd6eba3325dd608a94544a /drivers/spi | |
parent | 618704753e4dd9fad2435096a67612a878a6d84f (diff) | |
download | u-boot-1d01c984b9e57e43abc594ca0985128bf2c666eb.tar.gz |
mmc: fsl_esdhc_imx: drop redundant clock settings
During mmc initialization, there are several calls to mmc_set_clock
and mmc_set_ios. When mmc_power_off, the mmc->clock will be set,
but the imx driver will use 400KHz. So the following calls
to mmc_set_ios will set the clock several times which is redundant
in fsl_esdhc_imx driver. So let's simplify to remove redundant
clock settings.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/spi')
0 files changed, 0 insertions, 0 deletions