diff mbox

[PATCH/RFC] ARM: mach-shmobile: do not enable the PLLC2 clock on init

Message ID Pine.LNX.4.64.1008180052080.14651@axis700.grange (mailing list archive)
State Accepted
Commit 4e1774f3a5de0885be2e59a8e8ef0e99c5f79e7a
Headers show

Commit Message

Guennadi Liakhovetski Aug. 17, 2010, 10:53 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/clock-sh7372.c b/arch/arm/mach-shmobile/clock-sh7372.c
index dcaac1b..7594689 100644
--- a/arch/arm/mach-shmobile/clock-sh7372.c
+++ b/arch/arm/mach-shmobile/clock-sh7372.c
@@ -286,7 +286,6 @@  static struct clk_ops pllc2_clk_ops = {
 
 struct clk pllc2_clk = {
 	.ops		= &pllc2_clk_ops,
-	.flags		= CLK_ENABLE_ON_INIT,
 	.parent		= &extal1_div2_clk,
 	.freq_table	= pllc2_freq_table,
 	.parent_table	= pllc2_parent,