diff options
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index 088d2ba60eff..73d617f0dc4a 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c | |||
@@ -176,8 +176,8 @@ static struct map_desc omap34xx_io_desc[] __initdata = { | |||
176 | }; | 176 | }; |
177 | #endif | 177 | #endif |
178 | 178 | ||
179 | #ifdef CONFIG_SOC_OMAPTI816X | 179 | #ifdef CONFIG_SOC_OMAPTI81XX |
180 | static struct map_desc omapti816x_io_desc[] __initdata = { | 180 | static struct map_desc omapti81xx_io_desc[] __initdata = { |
181 | { | 181 | { |
182 | .virtual = L4_34XX_VIRT, | 182 | .virtual = L4_34XX_VIRT, |
183 | .pfn = __phys_to_pfn(L4_34XX_PHYS), | 183 | .pfn = __phys_to_pfn(L4_34XX_PHYS), |
@@ -280,10 +280,10 @@ void __init omap34xx_map_common_io(void) | |||
280 | } | 280 | } |
281 | #endif | 281 | #endif |
282 | 282 | ||
283 | #ifdef CONFIG_SOC_OMAPTI816X | 283 | #ifdef CONFIG_SOC_OMAPTI81XX |
284 | void __init omapti816x_map_common_io(void) | 284 | void __init omapti81xx_map_common_io(void) |
285 | { | 285 | { |
286 | iotable_init(omapti816x_io_desc, ARRAY_SIZE(omapti816x_io_desc)); | 286 | iotable_init(omapti81xx_io_desc, ARRAY_SIZE(omapti81xx_io_desc)); |
287 | } | 287 | } |
288 | #endif | 288 | #endif |
289 | 289 | ||
@@ -442,9 +442,9 @@ void __init am35xx_init_early(void) | |||
442 | omap3_init_early(); | 442 | omap3_init_early(); |
443 | } | 443 | } |
444 | 444 | ||
445 | void __init ti816x_init_early(void) | 445 | void __init ti81xx_init_early(void) |
446 | { | 446 | { |
447 | omap2_set_globals_ti816x(); | 447 | omap2_set_globals_ti81xx(); |
448 | omap_common_init_early(); | 448 | omap_common_init_early(); |
449 | omap3xxx_voltagedomains_init(); | 449 | omap3xxx_voltagedomains_init(); |
450 | omap3xxx_powerdomains_init(); | 450 | omap3xxx_powerdomains_init(); |