diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-nuri.c')
| -rw-r--r-- | arch/arm/mach-exynos/mach-nuri.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c index 27d4ed8b116e..1ea79730187f 100644 --- a/arch/arm/mach-exynos/mach-nuri.c +++ b/arch/arm/mach-exynos/mach-nuri.c | |||
| @@ -39,7 +39,6 @@ | |||
| 39 | #include <media/v4l2-mediabus.h> | 39 | #include <media/v4l2-mediabus.h> |
| 40 | 40 | ||
| 41 | #include <asm/mach/arch.h> | 41 | #include <asm/mach/arch.h> |
| 42 | #include <asm/hardware/gic.h> | ||
| 43 | #include <asm/mach-types.h> | 42 | #include <asm/mach-types.h> |
| 44 | 43 | ||
| 45 | #include <plat/adc.h> | 44 | #include <plat/adc.h> |
| @@ -1209,25 +1208,25 @@ static struct i2c_board_info m5mols_board_info = { | |||
| 1209 | .platform_data = &m5mols_platdata, | 1208 | .platform_data = &m5mols_platdata, |
| 1210 | }; | 1209 | }; |
| 1211 | 1210 | ||
| 1212 | static struct s5p_fimc_isp_info nuri_camera_sensors[] = { | 1211 | static struct fimc_source_info nuri_camera_sensors[] = { |
| 1213 | { | 1212 | { |
| 1214 | .flags = V4L2_MBUS_PCLK_SAMPLE_RISING | | 1213 | .flags = V4L2_MBUS_PCLK_SAMPLE_RISING | |
| 1215 | V4L2_MBUS_VSYNC_ACTIVE_LOW, | 1214 | V4L2_MBUS_VSYNC_ACTIVE_LOW, |
| 1216 | .bus_type = FIMC_ITU_601, | 1215 | .fimc_bus_type = FIMC_BUS_TYPE_ITU_601, |
| 1217 | .board_info = &s5k6aa_board_info, | 1216 | .board_info = &s5k6aa_board_info, |
| 1218 | .clk_frequency = 24000000UL, | 1217 | .clk_frequency = 24000000UL, |
| 1219 | .i2c_bus_num = 6, | 1218 | .i2c_bus_num = 6, |
| 1220 | }, { | 1219 | }, { |
| 1221 | .flags = V4L2_MBUS_PCLK_SAMPLE_FALLING | | 1220 | .flags = V4L2_MBUS_PCLK_SAMPLE_FALLING | |
| 1222 | V4L2_MBUS_VSYNC_ACTIVE_LOW, | 1221 | V4L2_MBUS_VSYNC_ACTIVE_LOW, |
| 1223 | .bus_type = FIMC_MIPI_CSI2, | 1222 | .fimc_bus_type = FIMC_BUS_TYPE_MIPI_CSI2, |
| 1224 | .board_info = &m5mols_board_info, | 1223 | .board_info = &m5mols_board_info, |
| 1225 | .clk_frequency = 24000000UL, | 1224 | .clk_frequency = 24000000UL, |
| 1226 | }, | 1225 | }, |
| 1227 | }; | 1226 | }; |
| 1228 | 1227 | ||
| 1229 | static struct s5p_platform_fimc fimc_md_platdata = { | 1228 | static struct s5p_platform_fimc fimc_md_platdata = { |
| 1230 | .isp_info = nuri_camera_sensors, | 1229 | .source_info = nuri_camera_sensors, |
| 1231 | .num_clients = ARRAY_SIZE(nuri_camera_sensors), | 1230 | .num_clients = ARRAY_SIZE(nuri_camera_sensors), |
| 1232 | }; | 1231 | }; |
| 1233 | 1232 | ||
| @@ -1379,10 +1378,9 @@ MACHINE_START(NURI, "NURI") | |||
| 1379 | .smp = smp_ops(exynos_smp_ops), | 1378 | .smp = smp_ops(exynos_smp_ops), |
| 1380 | .init_irq = exynos4_init_irq, | 1379 | .init_irq = exynos4_init_irq, |
| 1381 | .map_io = nuri_map_io, | 1380 | .map_io = nuri_map_io, |
| 1382 | .handle_irq = gic_handle_irq, | ||
| 1383 | .init_machine = nuri_machine_init, | 1381 | .init_machine = nuri_machine_init, |
| 1384 | .init_late = exynos_init_late, | 1382 | .init_late = exynos_init_late, |
| 1385 | .timer = &exynos4_timer, | 1383 | .init_time = exynos4_timer_init, |
| 1386 | .reserve = &nuri_reserve, | 1384 | .reserve = &nuri_reserve, |
| 1387 | .restart = exynos4_restart, | 1385 | .restart = exynos4_restart, |
| 1388 | MACHINE_END | 1386 | MACHINE_END |
