public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] The clockdomain of clkout2_src_ck fixed
@ 2008-08-29 14:48 Tomi Valkeinen
  2008-09-04  1:44 ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: Tomi Valkeinen @ 2008-08-29 14:48 UTC (permalink / raw)
  To: linux-omap; +Cc: Tomi Valkeinen

The clockdomain of clkout2_src_ck was set to "core_clkdm", which does not
exist.
---
 arch/arm/mach-omap2/clock34xx.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h
index d7d6ffd..3504e48 100644
--- a/arch/arm/mach-omap2/clock34xx.h
+++ b/arch/arm/mach-omap2/clock34xx.h
@@ -1010,7 +1010,7 @@ static struct clk clkout2_src_ck = {
 	.clksel_mask	= OMAP3430_CLKOUT2SOURCE_MASK,
 	.clksel		= clkout2_src_clksel,
 	.flags		= CLOCK_IN_OMAP343X | RATE_PROPAGATES,
-	.clkdm		= { .name = "core_clkdm" },
+	.clkdm		= { .name = "core_l4_clkdm" },
 	.recalc		= &omap2_clksel_recalc,
 };
 
-- 
1.5.4.3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-09-05 16:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29 14:48 [PATCH] The clockdomain of clkout2_src_ck fixed Tomi Valkeinen
2008-09-04  1:44 ` Tony Lindgren
2008-09-04  8:54   ` Tomi Valkeinen
2008-09-04 17:14     ` Paul Walmsley
2008-09-05 16:53       ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox