commit | d3eb317ea50ef763a5a1ef5ff4e2bc19498542d1 | [log] [tgz] |
---|---|---|
author | Yangbo Lu <yangbo.lu@nxp.com> | Tue Nov 12 19:28:38 2019 +0800 |
committer | Peng Fan <peng.fan@nxp.com> | Wed Nov 27 16:55:56 2019 +0800 |
tree | 1e93247139eff9a521651669e8183f274383f105 | |
parent | d9114e2b73552be7f9035c7567ea14febefa0dce [diff] |
arm: drop eSDHC clock getting in mxc_get_clock() for layerscape Although layerscape platforms reuse mxc_get_clock() of i.MX platforms, eSDHC clock getting do not have to use it. It uses global data gd->arch.sdhc_clk directly in fsl_esdhc driver. Even there are more than one eSDHC controllers on SoC, they use same reference clock. Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>