aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mmp/aspenite.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mmp/aspenite.c')
-rw-r--r--arch/arm/mach-mmp/aspenite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mmp/aspenite.c b/arch/arm/mach-mmp/aspenite.c
index 1721c540ea2b..0629394a5fb9 100644
--- a/arch/arm/mach-mmp/aspenite.c
+++ b/arch/arm/mach-mmp/aspenite.c
@@ -151,7 +151,7 @@ static void __init common_init(void)
151MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform") 151MACHINE_START(ASPENITE, "PXA168-based Aspenite Development Platform")
152 .phys_io = APB_PHYS_BASE, 152 .phys_io = APB_PHYS_BASE,
153 .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 153 .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc,
154 .map_io = pxa_map_io, 154 .map_io = mmp_map_io,
155 .init_irq = pxa168_init_irq, 155 .init_irq = pxa168_init_irq,
156 .timer = &pxa168_timer, 156 .timer = &pxa168_timer,
157 .init_machine = common_init, 157 .init_machine = common_init,
@@ -160,7 +160,7 @@ MACHINE_END
160MACHINE_START(ZYLONITE2, "PXA168-based Zylonite2 Development Platform") 160MACHINE_START(ZYLONITE2, "PXA168-based Zylonite2 Development Platform")
161 .phys_io = APB_PHYS_BASE, 161 .phys_io = APB_PHYS_BASE,
162 .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc, 162 .io_pg_offst = (APB_VIRT_BASE >> 18) & 0xfffc,
163 .map_io = pxa_map_io, 163 .map_io = mmp_map_io,
164 .init_irq = pxa168_init_irq, 164 .init_irq = pxa168_init_irq,
165 .timer = &pxa168_timer, 165 .timer = &pxa168_timer,
166 .init_machine = common_init, 166 .init_machine = common_init,