From patchwork Fri Jun 3 10:00:30 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 846272 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.3) with ESMTP id p53An0j1017589 for ; Fri, 3 Jun 2011 10:49:07 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754276Ab1FCKBr (ORCPT ); Fri, 3 Jun 2011 06:01:47 -0400 Received: from na3sys009aog102.obsmtp.com ([74.125.149.69]:44282 "EHLO na3sys009aog102.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754257Ab1FCKBp (ORCPT ); Fri, 3 Jun 2011 06:01:45 -0400 Received: from mail-fx0-f52.google.com ([209.85.161.52]) (using TLSv1) by na3sys009aob102.postini.com ([74.125.148.12]) with SMTP ID DSNKTeixCGVcrgMP5qCnFGqKVcR2yqOb9Wc2@postini.com; Fri, 03 Jun 2011 03:01:45 PDT Received: by fxm6 with SMTP id 6so1952795fxm.11 for ; Fri, 03 Jun 2011 03:01:43 -0700 (PDT) Received: by 10.223.144.139 with SMTP id z11mr1911513fau.98.1307095303338; Fri, 03 Jun 2011 03:01:43 -0700 (PDT) Received: from localhost.localdomain (a62-248-131-233.elisa-laajakaista.fi [62.248.131.233]) by mx.google.com with ESMTPS id b22sm445843fak.1.2011.06.03.03.01.41 (version=SSLv3 cipher=OTHER); Fri, 03 Jun 2011 03:01:42 -0700 (PDT) From: Tomi Valkeinen To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org Cc: b-cousson@ti.com, paul@pwsan.com, khilman@ti.com, Tomi Valkeinen Subject: [PATCH 20/27] OMAP4: HWMOD: Remove unneeded DSS opt clocks Date: Fri, 3 Jun 2011 13:00:30 +0300 Message-Id: <1307095237-14805-21-git-send-email-tomi.valkeinen@ti.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1307095237-14805-1-git-send-email-tomi.valkeinen@ti.com> References: <1307095237-14805-1-git-send-email-tomi.valkeinen@ti.com> 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 (demeter2.kernel.org [140.211.167.43]); Fri, 03 Jun 2011 10:49:07 +0000 (UTC) Some of the optional clocks for dss_core are not needed. Remove them. Cc: Benoit Cousson Signed-off-by: Tomi Valkeinen --- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 4f6ae94..b374cd0 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c @@ -1164,10 +1164,7 @@ static struct omap_hwmod_ocp_if *omap44xx_dss_slaves[] = { }; static struct omap_hwmod_opt_clk dss_opt_clks[] = { - { .role = "sys_clk", .clk = "dss_sys_clk" }, - { .role = "tv_clk", .clk = "dss_tv_clk" }, { .role = "dss_clk", .clk = "dss_dss_clk" }, - { .role = "video_clk", .clk = "dss_48mhz_clk" }, }; static struct omap_hwmod omap44xx_dss_hwmod = {