diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 4fd6a727873c..1ee1de0bc1c3 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -352,9 +352,7 @@ static int tw9910_power(struct device *dev, int mode) | |||
352 | } | 352 | } |
353 | 353 | ||
354 | static struct sh_mobile_ceu_info sh_mobile_ceu_info = { | 354 | static struct sh_mobile_ceu_info sh_mobile_ceu_info = { |
355 | .flags = SOCAM_MASTER | SOCAM_DATAWIDTH_8 | SOCAM_PCLK_SAMPLE_RISING | 355 | .flags = SH_CEU_FLAG_USE_8BIT_BUS, |
356 | | SOCAM_HSYNC_ACTIVE_HIGH | SOCAM_VSYNC_ACTIVE_HIGH | ||
357 | | SOCAM_DATA_ACTIVE_HIGH, | ||
358 | }; | 356 | }; |
359 | 357 | ||
360 | static struct resource migor_ceu_resources[] = { | 358 | static struct resource migor_ceu_resources[] = { |