From patchwork Tue Sep 21 12:21:30 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yanick Saugy X-Patchwork-Id: 196922 X-Patchwork-Delegate: tomi.valkeinen@nokia.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8LCLkUg004660 for ; Tue, 21 Sep 2010 12:21:46 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752985Ab0IUMVp (ORCPT ); Tue, 21 Sep 2010 08:21:45 -0400 Received: from smtp1.infomaniak.ch ([84.16.68.89]:45388 "EHLO smtp1.infomaniak.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752514Ab0IUMVo (ORCPT ); Tue, 21 Sep 2010 08:21:44 -0400 Received: from [10.192.51.57] (pub1.heig-vd.ch [193.134.216.2]) (authenticated bits=0) by smtp1.infomaniak.ch (8.14.2/8.14.2) with ESMTP id o8LCLW0t032452; Tue, 21 Sep 2010 14:21:32 +0200 Subject: [PATCH] OMAP: ZOOM2: Change GPIO to enable LCD NEC NL8048HL11-01B on OMAP34x-II MDP From: Yanick Saugy To: "linux-omap@vger.kernel.org" Cc: "tomi.valkeinen@nokia.com" , Rajkumar N In-Reply-To: <1284381807.1801.38.camel@A05BPC17> References: <1284381807.1801.38.camel@A05BPC17> Date: Tue, 21 Sep 2010 14:21:30 +0200 Message-ID: <1285071690.1783.34.camel@A05BPC17> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Antivirus: Dr.Web (R) for Mail Servers on smtp1 host X-Antivirus-Code: 100000 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 (demeter1.kernel.org [140.211.167.41]); Tue, 21 Sep 2010 12:21:46 +0000 (UTC) --- a/arch/arm/mach-omap2/board-zoom2.c 2010-09-15 15:27:05.148399721 +0200 +++ b/arch/arm/mach-omap2/board-zoom2.c 2010-09-15 14:46:09.792900019 +0200 @@ -71,6 +71,7 @@ static struct twl4030_platform_data zoom #ifdef CONFIG_OMAP_MUX static struct omap_board_mux board_mux[] __initdata = { + OMAP3_MUX(CAM_XCLKA, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT), { .reg_offset = OMAP_MUX_TERMINATOR }, }; #else @@ -82,6 +83,7 @@ static void __init omap_zoom2_init(void) omap3_mux_init(board_mux, OMAP_PACKAGE_CBB); zoom_peripherals_init(); zoom_debugboard_init(); + zoom_display_init(OMAP_DSS_VENC_TYPE_COMPOSITE); } static void __init omap_zoom2_map_io(void)