summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/iomap.h
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2012-12-04 19:55:52 -0800
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:47:46 -0700
commite24b06470de07eed12149e852342ed373fca62ad (patch)
tree54f372c23220e92b161064dfeb7ee6bb22eb61af /arch/arm/mach-tegra/iomap.h
parent41496b2248ed5464ac4e8b8e7979efd6bbbae94b (diff)
ARM: tegra: iomap: Add PL310 map for t14x
Bug 1189599 Change-Id: If83191ac5a6c63a6f049f163ecb1c7efedc4983a Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/168602 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r--arch/arm/mach-tegra/iomap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h
index b63bdc623291..d4442214a1e5 100644
--- a/arch/arm/mach-tegra/iomap.h
+++ b/arch/arm/mach-tegra/iomap.h
@@ -63,6 +63,14 @@
#endif
+#if defined(CONFIG_ARCH_TEGRA_14x_SOC)
+
+#define TEGRA_ARM_PL310_BASE 0x50061000
+#define TEGRA_ARM_PL310_SIZE SZ_4K
+
+#endif
+
+
#define TEGRA_ARM_INT_DIST_BASE 0x50041000
#define TEGRA_ARM_INT_DIST_SIZE SZ_4K