diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2019-11-12 19:28:38 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2019-11-27 16:55:56 +0800 |
commit | d3eb317ea50ef763a5a1ef5ff4e2bc19498542d1 (patch) | |
tree | 1e93247139eff9a521651669e8183f274383f105 /arch/arm/include/asm/arch-ls102xa/clock.h | |
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>
Diffstat (limited to 'arch/arm/include/asm/arch-ls102xa/clock.h')
-rw-r--r-- | arch/arm/include/asm/arch-ls102xa/clock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/clock.h b/arch/arm/include/asm/arch-ls102xa/clock.h index bf67df561a..e66e57f759 100644 --- a/arch/arm/include/asm/arch-ls102xa/clock.h +++ b/arch/arm/include/asm/arch-ls102xa/clock.h @@ -12,7 +12,6 @@ enum mxc_clock { MXC_ARM_CLK = 0, MXC_UART_CLK, - MXC_ESDHC_CLK, MXC_I2C_CLK, MXC_DSPI_CLK, }; |