io.c (9a64e8e0ace51b309fdcff4b4754b3649250382a) | io.c (ce3fc89a4e120c1fb012efd71f403116b6bcc1ee) |
---|---|
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 am33xx_voltagedomains_init(); 488} 489#endif 490 |
|
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 --- | 491#ifdef CONFIG_ARCH_OMAP4 492void __init omap4430_init_early(void) 493{ 494 omap2_set_globals_443x(); 495 omap4xxx_check_revision(); 496 omap4xxx_check_features(); 497 omap_common_init_early(); 498 omap44xx_voltagedomains_init(); --- 25 unchanged lines hidden --- |