summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/gpmc.c
diff options
context:
space:
mode:
authorThara Gopinath2008-04-28 13:25:01 +0200
committerTony Lindgren2008-06-07 00:44:12 +0200
commit15e02a3b510aa4ef3d077ebc25eb3cd08b9af034 (patch)
tree205409fcfa3083cd405399194c41e44016330d43 /arch/arm/mach-omap2/gpmc.c
parentARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq (diff)
downloadkernel-qcow2-linux-15e02a3b510aa4ef3d077ebc25eb3cd08b9af034.tar.gz
kernel-qcow2-linux-15e02a3b510aa4ef3d077ebc25eb3cd08b9af034.tar.xz
kernel-qcow2-linux-15e02a3b510aa4ef3d077ebc25eb3cd08b9af034.zip
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/mach-omap2/gpmc.c')
-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 02cede295e89..dbf68dc50ae2 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