diff options
author | Yangbo Lu <yangbo.lu@freescale.com> | 2015-04-22 13:57:40 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-05-04 09:25:39 -0700 |
commit | 2d9ca2c72c0fce33052f78f02cdc8ad0a5cf4292 (patch) | |
tree | 5f175881751b0f63276b58adc59e07cdc5ef3ca8 /include/e500.h | |
parent | b46cf1b178c7e79240dd8ddb700b3394afbb4192 (diff) | |
download | u-boot-imx-2d9ca2c72c0fce33052f78f02cdc8ad0a5cf4292.zip u-boot-imx-2d9ca2c72c0fce33052f78f02cdc8ad0a5cf4292.tar.gz u-boot-imx-2d9ca2c72c0fce33052f78f02cdc8ad0a5cf4292.tar.bz2 |
mmc: fsl_esdhc: Add peripheral clock support
The SD clock could be generated by platform clock or peripheral
clock for some platforms. This patch adds peripheral clock
support for T1024/T1040/T2080. To enable it, define
CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK.
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/e500.h')
-rw-r--r-- | include/e500.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/e500.h b/include/e500.h index 255f46b..1acf778 100644 --- a/include/e500.h +++ b/include/e500.h @@ -18,6 +18,7 @@ typedef struct unsigned long freq_ddrbus; unsigned long freq_localbus; unsigned long freq_qe; + unsigned long freq_sdhc; #ifdef CONFIG_SYS_DPAA_FMAN unsigned long freq_fman[CONFIG_SYS_NUM_FMAN]; #endif |