From patchwork Sat May 8 04:31:23 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Weber X-Patchwork-Id: 97872 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 o484Vr8Z020180 for ; Sat, 8 May 2010 04:31:54 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751138Ab0EHEbx (ORCPT ); Sat, 8 May 2010 00:31:53 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:56948 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751078Ab0EHEbw (ORCPT ); Sat, 8 May 2010 00:31:52 -0400 Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id D7B011C156B5; Sat, 8 May 2010 06:31:51 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.8.164]) by mail.m-online.net (Postfix) with ESMTP id D244D90273; Sat, 8 May 2010 06:31:51 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan1.mnet-online.de [192.168.8.164]) (amavisd-new, port 10024) with ESMTP id YvyQWc95Pq9K; Sat, 8 May 2010 06:31:50 +0200 (CEST) Received: from localhost.localdomain (ppp-93-104-151-100.dynamic.mnet-online.de [93.104.151.100]) by mail.mnet-online.de (Postfix) with ESMTP; Sat, 8 May 2010 06:31:50 +0200 (CEST) From: Thomas Weber To: linux-omap@vger.kernel.org Cc: Thomas Weber Subject: [PATCH 6/6] Devkit8000: Change twl4030 to tps65930 Date: Sat, 8 May 2010 06:31:23 +0200 Message-Id: <1273293083-24063-7-git-send-email-weber@corscience.de> X-Mailer: git-send-email 1.6.4.4 In-Reply-To: <1273293083-24063-1-git-send-email-weber@corscience.de> References: <1273293083-24063-1-git-send-email-weber@corscience.de> 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]); Sat, 08 May 2010 04:31:54 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 4ca87f8..03332e8 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c @@ -369,7 +369,7 @@ static struct twl4030_platform_data devkit8000_twldata = { static struct i2c_board_info __initdata devkit8000_i2c_boardinfo[] = { { - I2C_BOARD_INFO("twl4030", 0x48), + I2C_BOARD_INFO("tps65930", 0x48), .flags = I2C_CLIENT_WAKE, .irq = INT_34XX_SYS_NIRQ, .platform_data = &devkit8000_twldata,