Skip to content
Snippets Groups Projects
Commit 26fa5784 authored by Matt Porter's avatar Matt Porter Committed by Tom Rini
Browse files

am33xx: support ti814x mmc reference clock


TI814x has a 192MHz hsmmc reference clock. Select that clock rate
when building for TI814x.

Signed-off-by: default avatarMatt Porter <mporter@ti.com>
parent 4fab8d7b
No related branches found
No related tags found
No related merge requests found
......@@ -24,4 +24,9 @@
#define OMAP_HSMMC1_BASE 0x48060100
#define OMAP_HSMMC2_BASE 0x481D8100
#if defined(CONFIG_TI814X)
#undef MMC_CLOCK_REFERENCE
#define MMC_CLOCK_REFERENCE 192 /* MHz */
#endif
#endif /* MMC_HOST_DEF_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment