From patchwork Thu Aug 25 04:06:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 1095242 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7P45Nxq028124 for ; Thu, 25 Aug 2011 04:06:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750795Ab1HYEGT (ORCPT ); Thu, 25 Aug 2011 00:06:19 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:53386 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750728Ab1HYEGS (ORCPT ); Thu, 25 Aug 2011 00:06:18 -0400 Received: by mail-yw0-f46.google.com with SMTP id 7so1411253ywf.19 for ; Wed, 24 Aug 2011 21:06:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=date:sender:message-id:to:cc:in-reply-to:references:user-agent :mime-version:from:subject:content-type; bh=1us1/M1v35iazKoAjgRHz6TL6eIHvGg38q+62HQll9g=; b=LvTGZDjoknT0A1AE59jtYTa144fRjcVfwLlk/td8A3IGwAKy51dua/G7OQSX+kB5GR XGRXpKVZy+sd6IC2Umgv4pCgD28J4Ge87Cm0I5J5NamxcWMA5Y59tkw8NQI6Q/xJg5QO MspTd83FapYa8L/+n9JpskHPdD4GGygG96pz0= Received: by 10.231.20.170 with SMTP id f42mr11627015ibb.67.1314245178478; Wed, 24 Aug 2011 21:06:18 -0700 (PDT) Received: from morimoto-Dell-XPS420.gmail.com (49.14.32.202.bf.2iij.net [202.32.14.49]) by mx.google.com with ESMTPS id u1sm186519icj.4.2011.08.24.21.06.16 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Aug 2011 21:06:17 -0700 (PDT) Date: Wed, 24 Aug 2011 21:06:17 -0700 (PDT) Message-ID: <87sjoqt9s9.wl%kuninori.morimoto.gx@renesas.com> To: Paul Mundt , Magnus , Guennadi Cc: Linux-SH , Kuninori Morimoto In-Reply-To: <8739gquogt.wl%kuninori.morimoto.gx@renesas.com> References: <8739gquogt.wl%kuninori.morimoto.gx@renesas.com> User-Agent: SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29q?= =?ISO-2022-JP-2?B?GyQoRCtXGyhC?=) APEL/10.8 Emacs/23.2 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") From: Kuninori Morimoto Subject: [PATCH 7/7] ARM: mach-shmobile: kota2: add mipi display support Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 25 Aug 2011 04:06:19 +0000 (UTC) Signed-off-by: Kuninori Morimoto --- arch/arm/mach-shmobile/Kconfig | 1 + arch/arm/mach-shmobile/board-kota2.c | 115 ++++++++++++++++++++++++++++++++++ 2 files changed, 116 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index c1b4534..8739930 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -73,6 +73,7 @@ config MACH_KOTA2 bool "KOTA2 board" select ARCH_REQUIRE_GPIOLIB depends on ARCH_SH73A0 + select SH_LCD_MIPI_DSI comment "SH-Mobile System Configuration" diff --git a/arch/arm/mach-shmobile/board-kota2.c b/arch/arm/mach-shmobile/board-kota2.c index bd9a784..913176e 100644 --- a/arch/arm/mach-shmobile/board-kota2.c +++ b/arch/arm/mach-shmobile/board-kota2.c @@ -47,6 +47,8 @@ #include #include #include +#include