diff options
Diffstat (limited to 'arch/arm/mach-pxa/pxa3xx.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index 5480a94e6469..dc658ad234e1 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c | |||
@@ -31,6 +31,7 @@ | |||
31 | #include <mach/pm.h> | 31 | #include <mach/pm.h> |
32 | #include <mach/dma.h> | 32 | #include <mach/dma.h> |
33 | #include <mach/regs-intc.h> | 33 | #include <mach/regs-intc.h> |
34 | #include <mach/smemc.h> | ||
34 | #include <plat/i2c.h> | 35 | #include <plat/i2c.h> |
35 | 36 | ||
36 | #include "generic.h" | 37 | #include "generic.h" |
@@ -583,8 +584,8 @@ void __init pxa3xx_init_irq(void) | |||
583 | 584 | ||
584 | static struct map_desc pxa3xx_io_desc[] __initdata = { | 585 | static struct map_desc pxa3xx_io_desc[] __initdata = { |
585 | { /* Mem Ctl */ | 586 | { /* Mem Ctl */ |
586 | .virtual = 0xf6000000, | 587 | .virtual = SMEMC_VIRT, |
587 | .pfn = __phys_to_pfn(0x4a000000), | 588 | .pfn = __phys_to_pfn(PXA3XX_SMEMC_BASE), |
588 | .length = 0x00200000, | 589 | .length = 0x00200000, |
589 | .type = MT_DEVICE | 590 | .type = MT_DEVICE |
590 | } | 591 | } |