From patchwork Thu Sep 8 13:37:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Deepthy Ravi X-Patchwork-Id: 1129822 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p88Dco3b030180 for ; Thu, 8 Sep 2011 13:38:50 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932965Ab1IHNi0 (ORCPT ); Thu, 8 Sep 2011 09:38:26 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:58928 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932789Ab1IHNiY (ORCPT ); Thu, 8 Sep 2011 09:38:24 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id p88DbRB9009385 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 8 Sep 2011 08:37:29 -0500 Received: from dbde70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id p88DbQFv002264; Thu, 8 Sep 2011 19:07:26 +0530 (IST) Received: from dbdp31.itg.ti.com (172.24.170.98) by DBDE70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 8.3.106.1; Thu, 8 Sep 2011 19:07:26 +0530 Received: from localhost.localdomain (dbdp20.itg.ti.com [172.24.170.38]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id p88DbQqH027326; Thu, 8 Sep 2011 19:07:26 +0530 (IST) From: Deepthy Ravi To: CC: , , , , , , , , Vaibhav Hiremath , Deepthy Ravi Subject: [PATCH 7/8] omap3evm: camera: Configure BT656 interface Date: Thu, 8 Sep 2011 19:07:26 +0530 Message-ID: <1315489046-16332-1-git-send-email-deepthy.ravi@ti.com> X-Mailer: git-send-email 1.6.2.4 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Thu, 08 Sep 2011 13:38:50 +0000 (UTC) From: Vaibhav Hiremath Signed-off-by: Vaibhav Hiremath Signed-off-by: Deepthy Ravi --- arch/arm/mach-omap2/board-omap3evm-camera.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/board-omap3evm-camera.c b/arch/arm/mach-omap2/board-omap3evm-camera.c index 718dd6d..e92fb13 100644 --- a/arch/arm/mach-omap2/board-omap3evm-camera.c +++ b/arch/arm/mach-omap2/board-omap3evm-camera.c @@ -141,9 +141,14 @@ static struct isp_v4l2_subdevs_group omap3evm_camera_subdevs[] = { .interface = ISP_INTERFACE_PARALLEL, .bus = { .parallel = { - .data_lane_shift = 1, - .clk_pol = 0, - .bridge = 0, + .width = 8, + .data_lane_shift = 1, + .clk_pol = 0, + .hs_pol = 0, + .vs_pol = 1, + .fldmode = 1, + .bridge = 0, + .is_bt656 = 1, }, } },