io.c (e269f90f3d3f7c70cf661c660bf445597261f54a) | io.c (08f3098928c991560408e8c71d4af8b1a3ff2d67) |
---|---|
1/* 2 * linux/arch/arm/mach-omap2/io.c 3 * 4 * OMAP2 I/O mapping code 5 * 6 * Copyright (C) 2005 Nokia Corporation 7 * Copyright (C) 2007-2009 Texas Instruments 8 * --- 463 unchanged lines hidden (view full) --- 472void __init ti81xx_init_late(void) 473{ 474 omap_mux_late_init(); 475 omap2_common_pm_late_init(); 476 omap3_pm_init(); 477} 478#endif 479 | 1/* 2 * linux/arch/arm/mach-omap2/io.c 3 * 4 * OMAP2 I/O mapping code 5 * 6 * Copyright (C) 2005 Nokia Corporation 7 * Copyright (C) 2007-2009 Texas Instruments 8 * --- 463 unchanged lines hidden (view full) --- 472void __init ti81xx_init_late(void) 473{ 474 omap_mux_late_init(); 475 omap2_common_pm_late_init(); 476 omap3_pm_init(); 477} 478#endif 479 |
480#ifdef CONFIG_SOC_AM33XX 481void __init am33xx_init_early(void) 482{ 483 omap2_set_globals_am33xx(); 484 omap3xxx_check_revision(); 485 ti81xx_check_features(); 486 omap_common_init_early(); 487} 488#endif 489 |
|
480#ifdef CONFIG_ARCH_OMAP4 481void __init omap4430_init_early(void) 482{ 483 omap2_set_globals_443x(); 484 omap4xxx_check_revision(); 485 omap4xxx_check_features(); 486 omap_common_init_early(); 487 omap44xx_voltagedomains_init(); --- 25 unchanged lines hidden --- | 490#ifdef CONFIG_ARCH_OMAP4 491void __init omap4430_init_early(void) 492{ 493 omap2_set_globals_443x(); 494 omap4xxx_check_revision(); 495 omap4xxx_check_features(); 496 omap_common_init_early(); 497 omap44xx_voltagedomains_init(); --- 25 unchanged lines hidden --- |