summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTeresa Gámez <t.gamez@phytec.de>2012-12-18 15:13:21 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-12-20 12:27:38 +0100
commit024698e43ab2e5372c4994e4bbd0736b558aa5ff (patch)
tree0b9650f1bddc5eb7ef521bd4b2d1033ec1055130 /arch
parent9b864a76330d2ee92474c77648ca2c95fe3879f5 (diff)
downloadbarebox-024698e43ab2e5372c4994e4bbd0736b558aa5ff.tar.gz
barebox-024698e43ab2e5372c4994e4bbd0736b558aa5ff.tar.xz
ARM AM33XX: Add MMC Bases
Signed-off-by: Teresa Gámez <t.gamez@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap/include/mach/am33xx-silicon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/include/mach/am33xx-silicon.h b/arch/arm/mach-omap/include/mach/am33xx-silicon.h
index 090489cac9..b2969132f9 100644
--- a/arch/arm/mach-omap/include/mach/am33xx-silicon.h
+++ b/arch/arm/mach-omap/include/mach/am33xx-silicon.h
@@ -38,6 +38,8 @@
/* MMC */
#define AM33XX_MMCHS0_BASE (AM33XX_L4_PER_BASE + 0x60000)
+#define AM33XX_MMC1_BASE (AM33XX_L4_PER_BASE + 0x1D8000)
+#define AM33XX_MMCHS2_BASE 0x47810000
/* DTMTimer0 */
#define AM33XX_DMTIMER0_BASE (AM33XX_L4_WKUP_BASE + 0x205000)