diff options
| author | TENART Antoine <atenart@adeneo-embedded.com> | 2013-07-02 12:05:59 +0200 | 
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-08-15 18:38:37 -0400 | 
| commit | dcf846d5dae75b81eccce46c577fd3957e73d474 (patch) | |
| tree | a407cd99afb98ec46ce48dae285041fc986038e4 /arch/arm/include/asm/arch-am33xx/mmc_host_def.h | |
| parent | 9ed6e41239e17c97d786219b5ffca4a8a118c71f (diff) | |
| download | olio-uboot-2014.01-dcf846d5dae75b81eccce46c577fd3957e73d474.tar.xz olio-uboot-2014.01-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.h | 3 | 
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 51ba79190..724e25294 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 */ |