From patchwork Mon Mar 22 13:11:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Vaibhav Hiremath X-Patchwork-Id: 87422 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 o2MDBLxe011857 for ; Mon, 22 Mar 2010 13:11:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754614Ab0CVNLV (ORCPT ); Mon, 22 Mar 2010 09:11:21 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:44919 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754335Ab0CVNLU (ORCPT ); Mon, 22 Mar 2010 09:11:20 -0400 Received: from dbdp31.itg.ti.com ([172.24.170.98]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id o2MDBCbs018149 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Mar 2010 08:11:15 -0500 Received: from localhost.localdomain (localhost [127.0.0.1]) by dbdp31.itg.ti.com (8.13.8/8.13.8) with ESMTP id o2MDBAG6000529; Mon, 22 Mar 2010 18:41:11 +0530 (IST) From: hvaibhav@ti.com To: linux-omap@vger.kernel.org Cc: tomi.valkeinen@nokia.com, tony@atomide.com, Vaibhav Hiremath Subject: [PATCH 2/2] AM3517: By default disable LCD panel power in board_init Date: Mon, 22 Mar 2010 18:41:10 +0530 Message-Id: <1269263470-13814-2-git-send-email-hvaibhav@ti.com> X-Mailer: git-send-email 1.6.2.4 In-Reply-To: References: 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]); Mon, 22 Mar 2010 13:11:22 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c index 6ae8805..dff5274 100644 --- a/arch/arm/mach-omap2/board-am3517evm.c +++ b/arch/arm/mach-omap2/board-am3517evm.c @@ -152,7 +152,7 @@ static void __init am3517_evm_display_init(void) printk(KERN_ERR "failed to get lcd_panel_pwr\n"); goto err_2; } - gpio_direction_output(LCD_PANEL_PWR, 1); + gpio_direction_output(LCD_PANEL_PWR, 0); printk(KERN_INFO "Display initialized successfully\n"); return;