From: Tomi Valkeinen Date: Thu, 4 Sep 2008 08:54:29 +0000 (+0300) Subject: The clockdomain of clkout2_src_ck fixed X-Git-Tag: v2.6.27-omap1~257 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=1eb02444e242574c2cf6a13e9c4f3ffbbe8be5b7;p=linux-2.6-omap-h63xx.git The clockdomain of clkout2_src_ck fixed The clockdomain of clkout2_src_ck was set to "core_clkdm", which does not exist. Signed-off-by: Tomi Valkeinen Acked-by: Paul Walmsley Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/clock34xx.h b/arch/arm/mach-omap2/clock34xx.h index 5d855e918db..8da00978522 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, };