diff options
author | Yangbo Lu <yangbo.lu@freescale.com> | 2015-04-22 13:57:56 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-05-04 09:25:48 -0700 |
commit | 3285e6cbcc1b848a99f4113f807812c14ed10dea (patch) | |
tree | fefc093a1653daf38fe9c9360de90166d655e522 /include/configs | |
parent | 2d9ca2c72c0fce33052f78f02cdc8ad0a5cf4292 (diff) | |
download | u-boot-imx-3285e6cbcc1b848a99f4113f807812c14ed10dea.zip u-boot-imx-3285e6cbcc1b848a99f4113f807812c14ed10dea.tar.gz u-boot-imx-3285e6cbcc1b848a99f4113f807812c14ed10dea.tar.bz2 |
powerpc/t2080qds: enable eSDHC peripheral clock support
Enable eSDHC peripheral clock support. u-boot and linux will
use SD clock generated by peripheral clock instead of platform
clock.
Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
Cc: York Sun <yorksun@freescale.com>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index cdd4510..bad3613 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -757,6 +757,7 @@ unsigned long get_board_ddr_clk(void); #ifdef CONFIG_MMC #define CONFIG_CMD_MMC #define CONFIG_FSL_ESDHC +#define define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR #define CONFIG_SYS_FSL_ESDHC_BROKEN_TIMEOUT #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 |