Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=7664c400cc994542a27d1bacde54673880e7e179
Commit:     7664c400cc994542a27d1bacde54673880e7e179
Parent:     ec68e45b75adab3a78dea4ecf0e645127deee8ae
Author:     Russell King <[EMAIL PROTECTED]>
AuthorDate: Fri Jan 4 22:41:09 2008 +0000
Committer:  Russell King <[EMAIL PROTECTED]>
CommitDate: Sat Jan 26 15:07:54 2008 +0000

    [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 <[EMAIL PROTECTED]>
---
 arch/arm/mach-pxa/generic.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to