diff options
author | Roger Quadros | 2015-09-19 16:26:53 +0530 |
---|---|---|
committer | Tom Rini | 2015-10-22 14:22:25 -0400 |
commit | 3b68939fa0b4191028e4cc5817b59219fd4baecd (patch) | |
tree | 6c46606c0e116aceeed5728fa919a7020f5fbe4e /arch/arm/mach-keystone | |
parent | 91266ccbb2aaef87f6ff10292470abd65fa9c3ad (diff) |
ARM: k2g: add SD card and eMMC support
Add MMC support for k2g
Signed-off-by: Roger Quadros <rogerq@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Tested-by: Mugunthan V N <mugunthanvnm@ti.com>
Diffstat (limited to 'arch/arm/mach-keystone')
-rw-r--r-- | arch/arm/mach-keystone/include/mach/mmc_host_def.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/include/mach/mmc_host_def.h b/arch/arm/mach-keystone/include/mach/mmc_host_def.h new file mode 100644 index 00000000000..a5050ac0f1a --- /dev/null +++ b/arch/arm/mach-keystone/include/mach/mmc_host_def.h @@ -0,0 +1,22 @@ +/* + * K2G: MMC + * + * (C) Copyright 2015 + * Texas Instruments Incorporated, <www.ti.com> + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef K2G_MMC_HOST_DEF_H +#define K2G_MMC_HOST_DEF_H + +#include <asm/omap_mmc.h> + +/* + * OMAP HSMMC register definitions + */ + +#define OMAP_HSMMC1_BASE 0x23000100 +#define OMAP_HSMMC2_BASE 0x23100100 + +#endif /* K2G_MMC_HOST_DEF_H */ |