summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
diff options
context:
space:
mode:
authorTENART Antoine <atenart@adeneo-embedded.com>2013-07-02 12:05:59 +0200
committerTom Rini <trini@ti.com>2013-08-15 18:38:37 -0400
commitdcf846d5dae75b81eccce46c577fd3957e73d474 (patch)
treea407cd99afb98ec46ce48dae285041fc986038e4 /arch/arm/include/asm/arch-am33xx/mmc_host_def.h
parent9ed6e41239e17c97d786219b5ffca4a8a118c71f (diff)
downloadtalos-obmc-uboot-dcf846d5dae75b81eccce46c577fd3957e73d474.tar.gz
talos-obmc-uboot-dcf846d5dae75b81eccce46c577fd3957e73d474.zip
Add TI816X support
Signed-off-by: Antoine Tenart <atenart@adeneo-embedded.com> [trini: Fix warnings about vtp things in emif4.c, adapt AM43XX] Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx/mmc_host_def.h')
-rw-r--r--arch/arm/include/asm/arch-am33xx/mmc_host_def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/mmc_host_def.h b/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
index 51ba79190a..724e252946 100644
--- a/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
+++ b/arch/arm/include/asm/arch-am33xx/mmc_host_def.h
@@ -27,6 +27,9 @@
#if defined(CONFIG_TI814X)
#undef MMC_CLOCK_REFERENCE
#define MMC_CLOCK_REFERENCE 192 /* MHz */
+#elif defined(CONFIG_TI816X)
+#undef MMC_CLOCK_REFERENCE
+#define MMC_CLOCK_REFERENCE 48 /* MHz */
#endif
#endif /* MMC_HOST_DEF_H */
OpenPOWER on IntegriCloud