diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-03-11 03:20:32 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-03-31 01:37:31 -0400 |
commit | 46368fa05164e1afdc1401294908cf30c6d8d981 (patch) | |
tree | cd84b2fb0ff28daab0bf248ad6efdce30578e3a7 /arch/sh | |
parent | 0bd4781d40ffc3bff939a2540041144b99c373b8 (diff) |
sh: ap325 and Migo-R use new sh_mobile_ceu_info flags
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/board-ap325rxa.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index ca285f34dc3f..912458f666eb 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c | |||
@@ -355,9 +355,7 @@ static struct ov772x_camera_info ov7725_info = { | |||
355 | }; | 355 | }; |
356 | 356 | ||
357 | static struct sh_mobile_ceu_info sh_mobile_ceu_info = { | 357 | static struct sh_mobile_ceu_info sh_mobile_ceu_info = { |
358 | .flags = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH | | 358 | .flags = SH_CEU_FLAG_USE_8BIT_BUS, |
359 | SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_DATA_ACTIVE_HIGH | SOCAM_MASTER | | ||
360 | SOCAM_DATAWIDTH_8, | ||
361 | }; | 359 | }; |
362 | 360 | ||
363 | static struct resource ceu_resources[] = { | 361 | static struct resource ceu_resources[] = { |