aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-01-04 22:41:09 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-01-26 15:07:54 +0000
commit7664c400cc994542a27d1bacde54673880e7e179 (patch)
tree0436707427df94a4bab6c1d8746aa72b994cfc45 /arch
parent[ARM] pxa: move pxa27x_device_ohci out of pxa27x.c for use with pxa3xx (diff)
downloadlinux-dev-7664c400cc994542a27d1bacde54673880e7e179.tar.xz
linux-dev-7664c400cc994542a27d1bacde54673880e7e179.zip
[ARM] pxa: increase size of memory mapping
The mapping for physical address 0x48000000 is not sufficient to allow access to the dynamic memory controller configuration registers on PXA3. These registers need to be accessed to reconfigure the SDRAM when waking from a low power mode. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-pxa/generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c
index e4dbdbc2fb15..698aeec52961 100644
--- a/arch/arm/mach-pxa/generic.c
+++ b/arch/arm/mach-pxa/generic.c
@@ -196,7 +196,7 @@ static struct map_desc standard_io_desc[] __initdata = {
}, { /* Mem Ctl */
.virtual = 0xf6000000,
.pfn = __phys_to_pfn(0x48000000),
- .length = 0x00100000,
+ .length = 0x00200000,
.type = MT_DEVICE
}, { /* USB host */
.virtual = 0xf8000000,