mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init()
authorYangbo Lu <yangbo.lu@nxp.com>
Thu, 31 Oct 2019 10:54:20 +0000 (18:54 +0800)
committerPeng Fan <peng.fan@nxp.com>
Tue, 5 Nov 2019 03:21:24 +0000 (11:21 +0800)
commit531ccd407c93347c1be81470e3604c3ef63e97bf
treec59779cf95101cbd44011c5af336eebc07559b1e
parent73b6e6ad254b36763419cdd3fdf406c0094517b7
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>
drivers/mmc/fsl_esdhc.c