summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/iomap.h
diff options
context:
space:
mode:
authorNitin Sehgal <nsehgal@nvidia.com>2012-12-19 15:44:10 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 12:48:53 -0700
commitdb9639b39b72194887ae0d0dae7dd765339fd0fe (patch)
tree864554e7181231e47022c564e436043b0c6157b7 /arch/arm/mach-tegra/iomap.h
parentf3e30f1a4ca282eaf18e4f8acea5e0b3d0ea54cb (diff)
driver: nor: tegra: Tegra Nor mapping driver.
Embedded entertainment platform's based on tegra soc from Nvidia support large Nor flash parts ie 8GB. This driver provides support for address & cs expansion needed to support 8GB NOR part. bug 1046135 bug 1213008 Change-Id: Id405c4551dfd0faba1e9d80fd13b31082cc9acea Signed-off-by: Nitin Sehgal <nsehgal@nvidia.com> Reviewed-on: http://git-master/r/172748 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Laxman Dewangan <ldewangan@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 c3926e7e888a..62fa4e2bd078 100644
--- a/arch/arm/mach-tegra/iomap.h
+++ b/arch/arm/mach-tegra/iomap.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2010 Google, Inc.
- * Copyright (C) 2011-2012, NVIDIA Corporation.
+ * Copyright (C) 2011-2013, NVIDIA Corporation.
*
* Author:
* Colin Cross <ccross@google.com>
@@ -804,7 +804,7 @@
#endif
#define IO_PCIE_SIZE (SZ_16M * 3)
-#if defined(CONFIG_MTD_NOR_TEGRA) || defined(CONFIG_MTD_NOR_M2601)
+#if defined(CONFIG_MTD_NOR_TEGRA) || defined(CONFIG_MTD_NOR_TEGRA_GMI)
#ifdef CONFIG_ARCH_TEGRA_2x_SOC
#define IO_NOR_PHYS 0xD0000000
#define IO_NOR_SIZE (SZ_64M)