Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752834Ab2E3K6R (ORCPT ); Wed, 30 May 2012 06:58:17 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:34480 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752635Ab2E3K44 (ORCPT ); Wed, 30 May 2012 06:56:56 -0400 From: Kishon Vijay Abraham I To: , , , , , , , , , , Subject: [RFC PATCH 2/5] arm: omap: remove ocp2scp_usb_phy_ick clock node Date: Wed, 30 May 2012 16:26:31 +0530 Message-ID: <1338375394-16268-3-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1338375394-16268-1-git-send-email-kishon@ti.com> References: <1338375394-16268-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1853 Lines: 47 "ocp2scp_usb_phy_ick" clock node was a fake clock node created to control MODULEMODE of ocp2scp. Since the hwmod for ocp2scp is now added (which can be used to control MODULEMODE) this clock node is removed. Cc: Benoit Cousson Signed-off-by: Kishon Vijay Abraham I --- arch/arm/mach-omap2/clock44xx_data.c | 11 ----------- 1 files changed, 0 insertions(+), 11 deletions(-) diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index 2172f66..3e2cccf 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c @@ -2132,16 +2132,6 @@ static struct clk ocp2scp_usb_phy_phy_48m = { .recalc = &followparent_recalc, }; -static struct clk ocp2scp_usb_phy_ick = { - .name = "ocp2scp_usb_phy_ick", - .ops = &clkops_omap2_dflt, - .enable_reg = OMAP4430_CM_L3INIT_USBPHYOCP2SCP_CLKCTRL, - .enable_bit = OMAP4430_MODULEMODE_HWCTRL, - .clkdm_name = "l3_init_clkdm", - .parent = &l4_div_ck, - .recalc = &followparent_recalc, -}; - static struct clk ocp_wp_noc_ick = { .name = "ocp_wp_noc_ick", .ops = &clkops_omap2_dflt, @@ -3277,7 +3267,6 @@ static struct omap_clk omap44xx_clks[] = { CLK(NULL, "mmc4_fck", &mmc4_fck, CK_443X), CLK(NULL, "mmc5_fck", &mmc5_fck, CK_443X), CLK(NULL, "ocp2scp_usb_phy_phy_48m", &ocp2scp_usb_phy_phy_48m, CK_443X), - CLK(NULL, "ocp2scp_usb_phy_ick", &ocp2scp_usb_phy_ick, CK_443X), CLK(NULL, "ocp_wp_noc_ick", &ocp_wp_noc_ick, CK_443X), CLK("omap_rng", "ick", &rng_ick, CK_443X), CLK(NULL, "sha2md5_fck", &sha2md5_fck, CK_443X), -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/