From patchwork Sun May 23 14:04:03 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Guennadi Liakhovetski X-Patchwork-Id: 101739 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4NE3pHS025863 for ; Sun, 23 May 2010 14:03:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754607Ab0EWODt (ORCPT ); Sun, 23 May 2010 10:03:49 -0400 Received: from mail.gmx.net ([213.165.64.20]:37822 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754654Ab0EWODs (ORCPT ); Sun, 23 May 2010 10:03:48 -0400 Received: (qmail invoked by alias); 23 May 2010 14:03:46 -0000 Received: from p57BD181B.dip0.t-ipconnect.de (EHLO axis700.grange) [87.189.24.27] by mail.gmx.net (mp069) with SMTP; 23 May 2010 16:03:46 +0200 X-Authenticated: #20450766 X-Provags-ID: V01U2FsdGVkX19rtZBYCaJroVoeH1aK59o8+MVG/0gMr+ntz6n+p5 OG1VLc5hQHrQeN Received: from lyakh (helo=localhost) by axis700.grange with local-esmtp (Exim 4.63) (envelope-from ) id 1OGBmd-000130-4q; Sun, 23 May 2010 16:04:03 +0200 Date: Sun, 23 May 2010 16:04:03 +0200 (CEST) From: Guennadi Liakhovetski To: "linux-sh@vger.kernel.org" cc: Magnus Damm , "linux-fbdev, @vger.kernel.org" , "lin, ux-omap@vger.kernel.org" , "Syrjala Ville (Nokia-D/Helsinki)" , Tomi Valkeinen , Paul Mundt Subject: [PATCH 5/5 v3] ARM: mach-shmobile: add framebuffer support for ap4evb In-Reply-To: Message-ID: References: MIME-Version: 1.0 X-Y-GMX-Trusted: 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.3 (demeter.kernel.org [140.211.167.41]); Sun, 23 May 2010 14:03:51 +0000 (UTC) diff --git a/arch/arm/mach-shmobile/Kconfig b/arch/arm/mach-shmobile/Kconfig index a8bd47f..368e41d 100644 --- a/arch/arm/mach-shmobile/Kconfig +++ b/arch/arm/mach-shmobile/Kconfig @@ -40,6 +40,7 @@ config MACH_AP4EVB bool "AP4EVB board" depends on ARCH_SH7372 select ARCH_REQUIRE_GPIOLIB + select SH_LCD_MIPI_DSI comment "SH-Mobile System Configuration" diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index 6905ec4..e02e09a 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -17,6 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include @@ -35,8 +36,14 @@ #include #include #include + +#include