summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/omap54xx.h
diff options
context:
space:
mode:
authorR Sricharan2013-07-03 08:22:04 +0200
committerRajendra Nayak2013-08-13 07:30:35 +0200
commita3a9384a115756e275ed3845b5f92f21efd5a691 (patch)
tree8cf19874fec3600b2cf9d4d95f142166bde0c09d /arch/arm/mach-omap2/omap54xx.h
parentARM: DRA7: Reuse all of PRCM and MPUSS SMP infra (diff)
downloadkernel-qcow2-linux-a3a9384a115756e275ed3845b5f92f21efd5a691.tar.gz
kernel-qcow2-linux-a3a9384a115756e275ed3845b5f92f21efd5a691.tar.xz
kernel-qcow2-linux-a3a9384a115756e275ed3845b5f92f21efd5a691.zip
ARM: DRA7: Reuse io tables and add a new .init_early
The IO descriptor tables for DRA7 are a complete reuse from OMAP5. A new dra7xx_init_early() does the base address inits. Signed-off-by: R Sricharan <r.sricharan@ti.com> Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap54xx.h')
-rw-r--r--arch/arm/mach-omap2/omap54xx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap54xx.h b/arch/arm/mach-omap2/omap54xx.h
index a086ba15868b..2d35c5709408 100644
--- a/arch/arm/mach-omap2/omap54xx.h
+++ b/arch/arm/mach-omap2/omap54xx.h
@@ -30,4 +30,8 @@
#define OMAP54XX_CTRL_BASE 0x4a002800
#define OMAP54XX_SAR_RAM_BASE 0x4ae26000
+#define DRA7XX_CM_CORE_AON_BASE 0x4a005000
+#define DRA7XX_CTRL_BASE 0x4a003400
+#define DRA7XX_TAP_BASE 0x4ae0c000
+
#endif /* __ASM_SOC_OMAP555554XX_H */