diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-15 04:41:07 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-15 04:41:07 -0400 |
commit | 423b742bec02b6c8d4e060517ce05b4cd3fd91c1 (patch) | |
tree | 3d4e090581970646d0afc92166bd490cc4977021 /arch/arm/mach-exynos/mach-universal_c210.c | |
parent | be944f1e79063e4f27b46c74f10c86b2387afa9f (diff) | |
parent | f5520363532690f56e12126029864d9383d5203f (diff) |
Merge branch 'kirkwood_boards_for_v3.5' of git://git.infradead.org/users/jcooper/linux into next/boards
* 'kirkwood_boards_for_v3.5' of git://git.infradead.org/users/jcooper/linux:
ARM: kirkwood: Add support for RaidSonic IB-NAS6210/6220 using devicetree
kirkwood: Add iconnect support
orion/kirkwood: create a generic function for gpio led blinking
kirkwood/orion: fix orion_gpio_set_blink
ARM: kirkwood: Define DNS-320/DNS-325 NAND in fdt
kirkwood: Allow nand to be configured via. devicetree
mtd: Add orion_nand devicetree bindings
ARM: kirkwood: Basic support for DNS-320 and DNS-325
Includes an update to v3.4-rc7
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-exynos/mach-universal_c210.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-universal_c210.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c index a6959bbfef89..08e5a8e45bdb 100644 --- a/arch/arm/mach-exynos/mach-universal_c210.c +++ b/arch/arm/mach-exynos/mach-universal_c210.c | |||
@@ -41,6 +41,7 @@ | |||
41 | #include <plat/pd.h> | 41 | #include <plat/pd.h> |
42 | #include <plat/regs-fb-v4.h> | 42 | #include <plat/regs-fb-v4.h> |
43 | #include <plat/fimc-core.h> | 43 | #include <plat/fimc-core.h> |
44 | #include <plat/s5p-time.h> | ||
44 | #include <plat/camport.h> | 45 | #include <plat/camport.h> |
45 | #include <plat/mipi_csis.h> | 46 | #include <plat/mipi_csis.h> |
46 | 47 | ||
@@ -1091,6 +1092,7 @@ static void __init universal_map_io(void) | |||
1091 | exynos_init_io(NULL, 0); | 1092 | exynos_init_io(NULL, 0); |
1092 | s3c24xx_init_clocks(24000000); | 1093 | s3c24xx_init_clocks(24000000); |
1093 | s3c24xx_init_uarts(universal_uartcfgs, ARRAY_SIZE(universal_uartcfgs)); | 1094 | s3c24xx_init_uarts(universal_uartcfgs, ARRAY_SIZE(universal_uartcfgs)); |
1095 | s5p_set_timer_source(S5P_PWM2, S5P_PWM4); | ||
1094 | } | 1096 | } |
1095 | 1097 | ||
1096 | static void s5p_tv_setup(void) | 1098 | static void s5p_tv_setup(void) |
@@ -1146,7 +1148,7 @@ MACHINE_START(UNIVERSAL_C210, "UNIVERSAL_C210") | |||
1146 | .map_io = universal_map_io, | 1148 | .map_io = universal_map_io, |
1147 | .handle_irq = gic_handle_irq, | 1149 | .handle_irq = gic_handle_irq, |
1148 | .init_machine = universal_machine_init, | 1150 | .init_machine = universal_machine_init, |
1149 | .timer = &exynos4_timer, | 1151 | .timer = &s5p_timer, |
1150 | .reserve = &universal_reserve, | 1152 | .reserve = &universal_reserve, |
1151 | .restart = exynos4_restart, | 1153 | .restart = exynos4_restart, |
1152 | MACHINE_END | 1154 | MACHINE_END |