summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/iomap.h
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-08-31 16:11:33 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:43:06 -0700
commitf5869d452afe7c670bf6a9a77252ee3afa2c97fb (patch)
tree0ae55639a65aa715c2f6af59b01bea902ee72575 /arch/arm/mach-tegra/iomap.h
parent1e66e89a1e4a2b48d76d131ba5369369078ee836 (diff)
ARM: tegra: Move debug uart mapping out of that static mappings
This ensures that we can't overlap with the static mappings. Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r--arch/arm/mach-tegra/iomap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h
index d44223604bd5..590015eab49d 100644
--- a/arch/arm/mach-tegra/iomap.h
+++ b/arch/arm/mach-tegra/iomap.h
@@ -954,7 +954,7 @@ defined(CONFIG_ARCH_TEGRA_12x_SOC))
address to lowest with each aperture base address adjusted as necessary
for proper section mapping boundary (2 MB) rounding. */
-#define IO_LAST_ADDR IOMEM(0xFEE00000)
+#define IO_LAST_ADDR IOMEM(0xFEC00000)
#define IO_HOST1X_VIRT IOMEM((IO_LAST_ADDR - IO_VIRT_ROUND_UP(IO_HOST1X_SIZE)))
#define IO_SDMMC_VIRT IOMEM((IO_HOST1X_VIRT - IO_VIRT_ROUND_UP(IO_SDMMC_SIZE)))
#define IO_USB_VIRT IOMEM((IO_SDMMC_VIRT - IO_VIRT_ROUND_UP(IO_USB_SIZE)))