From: Russell King Date: Fri, 4 Jan 2008 22:41:09 +0000 (+0000) Subject: [ARM] pxa: increase size of memory mapping X-Git-Tag: v2.6.25-rc1~1175^2^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7664c400cc994542a27d1bacde54673880e7e179;p=platform%2Fkernel%2Flinux-3.10.git [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 --- diff --git a/arch/arm/mach-pxa/generic.c b/arch/arm/mach-pxa/generic.c index e4dbdbc..698aeec 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,