From 7f0fd664ff4e741d98746d2ad90db659315ae035 Mon Sep 17 00:00:00 2001 From: Santosh Shilimkar Date: Fri, 24 Jun 2011 20:31:33 -0500 Subject: OMAP4: clocks: Remove ENABLE_ON_INIT flag from emif clock nodes This reverts commit 090830b4c79cd5ac85430822a9b87c90848bedcf. ENABLE_ON_INIT flag is not needed anymore for EMIF clock nodes since the HWMOD framework and emif driver takes care of this This patch reverts the commit which introduced this change to keep reset unused clock feature working Tested-by: Girish S G Signed-off-by: Santosh Shilimkar --- arch/arm/mach-omap2/clock44xx_data.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm') diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c index 7478096..d6fb1de 100644 --- a/arch/arm/mach-omap2/clock44xx_data.c +++ b/arch/arm/mach-omap2/clock44xx_data.c @@ -1560,7 +1560,6 @@ static struct clk emif1_fck = { .ops = &clkops_omap4_dflt_wait, .enable_reg = OMAP4430_CM_MEMIF_EMIF_1_CLKCTRL, .enable_bit = OMAP4430_MODULEMODE_HWCTRL, - .flags = ENABLE_ON_INIT, .clkdm_name = "l3_emif_clkdm", .parent = &ddrphy_ck, .recalc = &followparent_recalc, @@ -1571,7 +1570,6 @@ static struct clk emif2_fck = { .ops = &clkops_omap4_dflt_wait, .enable_reg = OMAP4430_CM_MEMIF_EMIF_2_CLKCTRL, .enable_bit = OMAP4430_MODULEMODE_HWCTRL, - .flags = ENABLE_ON_INIT, .clkdm_name = "l3_emif_clkdm", .parent = &ddrphy_ck, .recalc = &followparent_recalc, -- cgit v1.1