commit | 531ccd407c93347c1be81470e3604c3ef63e97bf | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Thu Oct 31 18:54:20 2019 +0800 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Nov 05 11:21:24 2019 +0800 |
tree | c59779cf95101cbd44011c5af336eebc07559b1e | |
parent | 73b6e6ad254b36763419cdd3fdf406c0094517b7 [diff] |
mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init() Controller initialization is not needed in fsl_esdhc_init(). It will be done in esdhc_init() for non-DM_MMC, and in esdhc_init_common() in probe for DM_MMC. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>