summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorThara Gopinath <thara@ti.com>2008-04-28 11:25:01 (GMT)
committerTony Lindgren <tony@atomide.com>2008-06-06 22:44:12 (GMT)
commit15e02a3b510aa4ef3d077ebc25eb3cd08b9af034 (patch)
tree205409fcfa3083cd405399194c41e44016330d43 /arch/arm
parent66c23551b1b774e2be3c7bdf91c0ebf2c7a3519e (diff)
downloadlinux-fsl-qoriq-15e02a3b510aa4ef3d077ebc25eb3cd08b9af034.tar.xz
ARM: OMAP: Correcting the gpmc prefetch control register address
Correcting the GPMC_PREFETCH_CONTROL register address Signed-off-by: Thara Gopinath <thara@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/gpmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/gpmc.c b/arch/arm/mach-omap2/gpmc.c
index 02cede2..dbf68dc 100644
--- a/arch/arm/mach-omap2/gpmc.c
+++ b/arch/arm/mach-omap2/gpmc.c
@@ -42,7 +42,7 @@
#define GPMC_STATUS 0x54
#define GPMC_PREFETCH_CONFIG1 0x1e0
#define GPMC_PREFETCH_CONFIG2 0x1e4
-#define GPMC_PREFETCH_CONTROL 0x1e8
+#define GPMC_PREFETCH_CONTROL 0x1ec
#define GPMC_PREFETCH_STATUS 0x1f0
#define GPMC_ECC_CONFIG 0x1f4
#define GPMC_ECC_CONTROL 0x1f8