From patchwork Thu Jan 22 00:38:31 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 3502 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 n0M0m2SK002832 for ; Wed, 21 Jan 2009 16:48:08 -0800 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753644AbZAVAwr (ORCPT ); Wed, 21 Jan 2009 19:52:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753728AbZAVAwr (ORCPT ); Wed, 21 Jan 2009 19:52:47 -0500 Received: from mail.renesas.com ([202.234.163.13]:65272 "EHLO mail05.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753644AbZAVAwq (ORCPT ); Wed, 21 Jan 2009 19:52:46 -0500 X-AuditID: ac140388-0000000b00006b18-58-4977c35b7f83 Received: from guardian01.idc.renesas.com ([172.20.8.200]) by mail05.idc.renesas.com (sendmail) with ESMTP id n0M0qhxc013666; Thu, 22 Jan 2009 09:52:43 +0900 (JST) Received: (from root@localhost) by guardian01.idc.renesas.com with id n0M0qhp8007726; Thu, 22 Jan 2009 09:52:43 +0900 (JST) Received: from mta01.idc.renesas.com (localhost [127.0.0.1]) by mta01.idc.renesas.com with ESMTP id n0M0qhPc021849; Thu, 22 Jan 2009 09:52:43 +0900 (JST) Received: from PG10870.renesas.com ([172.30.8.159]) by ims05.idc.renesas.com (Sendmail) with ESMTPA id <0KDU008D8L3V34@ims05.idc.renesas.com>; Thu, 22 Jan 2009 09:52:43 +0900 (JST) Date: Thu, 22 Jan 2009 09:38:31 +0900 From: Kuninori Morimoto Subject: [PATCH 2/2] Add support ov772x driver setting to ap325 To: Paul Mundt Cc: SH-Linux 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.1 (i386-mingw-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.00-dev (KIKU) X-Brightmail-Tracker: AAAAAA== Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org This patch add ov772x camera settings to ap325, Old camera is still supported. And it will be 2nd camera if you select ov772x and soc_camera_platform in same time. Signed-off-by: Kuninori Morimoto Signed-off-by: Magnus Damm --- arch/sh/boards/board-ap325rxa.c | 53 ++++++++++++++++++++++++++++++++++++-- 1 files changed, 50 insertions(+), 3 deletions(-) diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 72da416..7c35787 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #include #include