io.c (61464c8357c8f6b780e4c44f5c79471799c51ca7) | io.c (11801e9de26992d37cb869cc74f389b6a7677e0e) |
---|---|
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 * --- 510 unchanged lines hidden (view full) --- 519{ 520 omap2_set_globals_am33xx(); 521 omap3xxx_check_revision(); 522 ti81xx_check_features(); 523 omap_common_init_early(); 524 am33xx_voltagedomains_init(); 525 am33xx_powerdomains_init(); 526 am33xx_clockdomains_init(); | 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 * --- 510 unchanged lines hidden (view full) --- 519{ 520 omap2_set_globals_am33xx(); 521 omap3xxx_check_revision(); 522 ti81xx_check_features(); 523 omap_common_init_early(); 524 am33xx_voltagedomains_init(); 525 am33xx_powerdomains_init(); 526 am33xx_clockdomains_init(); |
527 am33xx_hwmod_init(); 528 omap_hwmod_init_postsetup(); |
|
527 am33xx_clk_init(); 528} 529#endif 530 531#ifdef CONFIG_ARCH_OMAP4 532void __init omap4430_init_early(void) 533{ 534 omap2_set_globals_443x(); --- 38 unchanged lines hidden --- | 529 am33xx_clk_init(); 530} 531#endif 532 533#ifdef CONFIG_ARCH_OMAP4 534void __init omap4430_init_early(void) 535{ 536 omap2_set_globals_443x(); --- 38 unchanged lines hidden --- |