Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sh: mach-ap325rxa: Add SOCAM_DATA_ACTIVE_HIGH flags for soc-camera

Current soc-camera needs SOCAM_DATA_ACTIVE_xxx flags for use.
We can not open old ncm03j camera device without this patch.

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Kuninori Morimoto and committed by
Paul Mundt
fb2e9daf 657bf0bd

+2 -1
+2 -1
arch/sh/boards/mach-ap325rxa/setup.c
··· 322 322 .height = 480, 323 323 }, 324 324 .bus_param = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH | 325 - SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8, 325 + SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8 | 326 + SOCAM_DATA_ACTIVE_HIGH, 326 327 .set_capture = camera_set_capture, 327 328 .link = { 328 329 .bus_id = 0,