mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 19:36:22 +01:00
ARM: OMAP5: set mmc clock frequency to 192MHz
Now that omap_hsmmc has support for hs200 mode, change the clock frequency to 192MHz. Also change the REFERENCE CLOCK frequency to 192MHz based on which the internal mmc clock divider is calculated. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
This commit is contained in:
committed by
Jaehoon Chung
parent
04f9f8be83
commit
2022270c7d
@@ -199,7 +199,11 @@ struct omap_hsmmc_plat {
|
||||
#define MMC_CMD0 (INDEX(0) | RSP_TYPE_NONE | DP_NO_DATA | DDIR_WRITE)
|
||||
|
||||
/* Clock Configurations and Macros */
|
||||
#ifdef CONFIG_OMAP54XX
|
||||
#define MMC_CLOCK_REFERENCE 192 /* MHz */
|
||||
#else
|
||||
#define MMC_CLOCK_REFERENCE 96 /* MHz */
|
||||
#endif
|
||||
|
||||
/* DLL */
|
||||
#define DLL_SWT BIT(20)
|
||||
|
||||
Reference in New Issue
Block a user