commit | 5e81cbff375c909637323167b1704596f9088c6a | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Tue Nov 12 19:28:36 2019 +0800 |
committer | Peng Fan <peng.fan@nxp.com> | Wed Nov 27 16:55:56 2019 +0800 |
tree | 0655b1828db360150b873f28bb5066ee558c66fa | |
parent | 1b716952280082826e2c203c16db943c00b59640 [diff] |
mmc: fsl_esdhc: get clock directly from global data This patch is to get clock directly from global data. - Remove uclass clk api method. This was what i.MX platforms were using, while QorIQ platforms weren't. - Get clock only from global data, dropping mxc_get_clock(). QorIQ eSDHC controllers on one silicon use same reference clock. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>