From patchwork Tue Aug 30 11:39:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1112862 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 p7UBeahd017440 for ; Tue, 30 Aug 2011 11:40:51 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753542Ab1H3LkJ (ORCPT ); Tue, 30 Aug 2011 07:40:09 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:39276 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753482Ab1H3LkG (ORCPT ); Tue, 30 Aug 2011 07:40:06 -0400 Received: from dlep34.itg.ti.com ([157.170.170.115]) by bear.ext.ti.com (8.13.7/8.13.7) with ESMTP id p7UBdmHn013930 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Aug 2011 06:39:48 -0500 Received: from dlep26.itg.ti.com (smtp-le.itg.ti.com [157.170.170.27]) by dlep34.itg.ti.com (8.13.7/8.13.8) with ESMTP id p7UBdm4i012957; Tue, 30 Aug 2011 06:39:48 -0500 (CDT) Received: from DLEE74.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id p7UBdmW1015427; Tue, 30 Aug 2011 06:39:48 -0500 (CDT) Received: from dlelxv22.itg.ti.com (172.17.1.197) by DLEE74.ent.ti.com (157.170.170.8) with Microsoft SMTP Server id 14.1.323.3; Tue, 30 Aug 2011 06:39:47 -0500 Received: from barack.norway.design.ti.com (h88-1.vpn.ti.com [172.24.88.1]) by dlelxv22.itg.ti.com (8.13.8/8.13.8) with ESMTP id p7UBdegq016622; Tue, 30 Aug 2011 06:39:46 -0500 From: Peter Ujfalusi To: Mark Brown , Liam Girdwood , Tony Lindgren CC: , , Jarkko Nikula Subject: [PATCH 2/3] OMAP: RX51: No need to configure the tpa_model Date: Tue, 30 Aug 2011 14:39:53 +0300 Message-ID: <1314704394-31298-3-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.6.1 In-Reply-To: <1314704394-31298-1-git-send-email-peter.ujfalusi@ti.com> References: <1314704394-31298-1-git-send-email-peter.ujfalusi@ti.com> MIME-Version: 1.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.6 (demeter1.kernel.org [140.211.167.41]); Tue, 30 Aug 2011 11:40:51 +0000 (UTC) The TPA driver now uses the name for model support. n900 has tpa61030a2 model of TPA. Signed-off-by: Peter Ujfalusi --- arch/arm/mach-omap2/board-rx51-peripherals.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c index 5a886cd..ba1aa07 100644 --- a/arch/arm/mach-omap2/board-rx51-peripherals.c +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c @@ -900,7 +900,6 @@ static struct twl4030_platform_data rx51_twldata __initdata = { }; static struct tpa6130a2_platform_data rx51_tpa6130a2_data __initdata_or_module = { - .id = TPA6130A2, .power_gpio = 98, };