From patchwork Tue Dec 8 00:18:20 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 65607 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id nB80ITmm016449 for ; Tue, 8 Dec 2009 00:18:29 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964890AbZLHASV (ORCPT ); Mon, 7 Dec 2009 19:18:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S935700AbZLHASV (ORCPT ); Mon, 7 Dec 2009 19:18:21 -0500 Received: from mail.renesas.com ([202.234.163.13]:44810 "EHLO mail03.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S935706AbZLHASV (ORCPT ); Mon, 7 Dec 2009 19:18:21 -0500 X-AuditID: ac140386-0000000800003037-dd-4b1d9b512149 Received: from guardian01.idc.renesas.com ([172.20.8.200]) by mail03.idc.renesas.com (sendmail) with ESMTP id nB80IP5K022150; Tue, 8 Dec 2009 09:18:25 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id nB80IRms027579; Tue, 8 Dec 2009 09:18:27 +0900 (JST) Received: from mta01.idc.renesas.com (localhost [127.0.0.1]) by mta01.idc.renesas.com with ESMTP id nB80IPfY004851; Tue, 8 Dec 2009 09:18:25 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KUB00FS84UK2F@ims05.idc.renesas.com>; Tue, 08 Dec 2009 09:18:25 +0900 (JST) Date: Tue, 08 Dec 2009 09:18:20 +0900 From: Kuninori Morimoto Subject: [PATCH] sh: mach-ap325rxa: Add SOCAM_DATA_ACTIVE_HIGH flags for soc-camera To: Paul Mundt Cc: Linux-SH Message-id: MIME-version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-type: text/plain; charset=US-ASCII User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (i386-msvc-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.02-dev (RINDOU) (2009-06-17 Rev.4261) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org diff --git a/arch/sh/boards/mach-ap325rxa/setup.c b/arch/sh/boards/mach-ap325rxa/setup.c index cf9dc12..4b4320b 100644 --- a/arch/sh/boards/mach-ap325rxa/setup.c +++ b/arch/sh/boards/mach-ap325rxa/setup.c @@ -322,7 +322,8 @@ static struct soc_camera_platform_info camera_info = { .height = 480, }, .bus_param = SOCAM_PCLK_SAMPLE_RISING | SOCAM_HSYNC_ACTIVE_HIGH | - SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8, + SOCAM_VSYNC_ACTIVE_HIGH | SOCAM_MASTER | SOCAM_DATAWIDTH_8 | + SOCAM_DATA_ACTIVE_HIGH, .set_capture = camera_set_capture, .link = { .bus_id = 0,