diff options
Diffstat (limited to 'arch/arm/plat-omap/common.c')
-rw-r--r-- | arch/arm/plat-omap/common.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/plat-omap/common.c b/arch/arm/plat-omap/common.c index ebed82699eb2..3008e7104487 100644 --- a/arch/arm/plat-omap/common.c +++ b/arch/arm/plat-omap/common.c | |||
@@ -317,18 +317,18 @@ static struct omap_globals omap3_globals = { | |||
317 | .uart1_phys = OMAP3_UART1_BASE, | 317 | .uart1_phys = OMAP3_UART1_BASE, |
318 | .uart2_phys = OMAP3_UART2_BASE, | 318 | .uart2_phys = OMAP3_UART2_BASE, |
319 | .uart3_phys = OMAP3_UART3_BASE, | 319 | .uart3_phys = OMAP3_UART3_BASE, |
320 | .uart4_phys = OMAP3_UART4_BASE, /* Only on 3630 */ | ||
320 | }; | 321 | }; |
321 | 322 | ||
322 | void __init omap2_set_globals_343x(void) | 323 | void __init omap2_set_globals_3xxx(void) |
323 | { | 324 | { |
324 | __omap2_set_globals(&omap3_globals); | 325 | __omap2_set_globals(&omap3_globals); |
325 | } | 326 | } |
326 | 327 | ||
327 | void __init omap2_set_globals_36xx(void) | 328 | void __init omap3_map_io(void) |
328 | { | 329 | { |
329 | omap3_globals.uart4_phys = OMAP3_UART4_BASE; | 330 | omap2_set_globals_3xxx(); |
330 | 331 | omap34xx_map_common_io(); | |
331 | __omap2_set_globals(&omap3_globals); | ||
332 | } | 332 | } |
333 | #endif | 333 | #endif |
334 | 334 | ||