summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/iomap.h
diff options
context:
space:
mode:
authorNitin Sehgal <nsehgal@nvidia.com>2012-11-30 14:46:17 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:44:05 -0700
commita59f09e7fd4527959557ea63a8114d52ce05fb3a (patch)
treef6fa0666864af42c4b9b273f8a5058c6f3f20c51 /arch/arm/mach-tegra/iomap.h
parent839ac5179b1fdb97a85e38ad4c884cc18d083a07 (diff)
ARM: tegra: provide fix mapping for NOR.
- Added 128MB fixed mapping for NOR. bug 1046135 Change-Id: Ieb335fcd0267e20e707a90a9be94657fb8d4ce58 Signed-off-by: Nitin Sehgal <nsehgal@nvidia.com> Reviewed-on: http://git-master/r/167669 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Bharath H S <bhs@nvidia.com> Reviewed-by: Ashutosh Patel <ashutoshp@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/iomap.h')
-rw-r--r--arch/arm/mach-tegra/iomap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/iomap.h b/arch/arm/mach-tegra/iomap.h
index 38931f72d455..4cbf24e84029 100644
--- a/arch/arm/mach-tegra/iomap.h
+++ b/arch/arm/mach-tegra/iomap.h
@@ -681,13 +681,13 @@
#endif
#define IO_PCIE_SIZE (SZ_16M * 3)
-#ifdef CONFIG_MTD_NOR_TEGRA
+#if defined(CONFIG_MTD_NOR_TEGRA) || defined(CONFIG_MTD_NOR_M2601)
#ifdef CONFIG_ARCH_TEGRA_2x_SOC
#define IO_NOR_PHYS 0xD0000000
#define IO_NOR_SIZE (SZ_64M)
#else
#define IO_NOR_PHYS 0x48000000
-#define IO_NOR_SIZE (SZ_64M)
+#define IO_NOR_SIZE (SZ_128M)
#endif
#else
#define IO_NOR_PHYS 0x0