summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2015-09-19 16:26:53 +0530
committerTom Rini <trini@konsulko.com>2015-10-22 14:22:25 -0400
commit3b68939fa0b4191028e4cc5817b59219fd4baecd (patch)
tree6c46606c0e116aceeed5728fa919a7020f5fbe4e /arch
parent91266ccbb2aaef87f6ff10292470abd65fa9c3ad (diff)
downloadtalos-obmc-uboot-3b68939fa0b4191028e4cc5817b59219fd4baecd.tar.gz
talos-obmc-uboot-3b68939fa0b4191028e4cc5817b59219fd4baecd.zip
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')
-rw-r--r--arch/arm/mach-keystone/include/mach/mmc_host_def.h22
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 0000000000..a5050ac0f1
--- /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 */
OpenPOWER on IntegriCloud