commit | d17d260c2f912ba323adf30a3412d6078ffd2462 | [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 | a3ec5352d71671c107fe17a73b4d47839c806b82 [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>