From 42057a57dfbeb5e5d6019f516e11e7c0fd9fb22a Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Mon, 19 Dec 2011 00:28:50 +0100 Subject: [PATCH] --- yaml --- r: 281766 b: refs/heads/master c: 1095843489f7a805106dc0cc39187d5df960d11a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-ux500/clock.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e098b1044e36..dc9c4bb6c185 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c15def1cc30edeaa74a97205c936be82cdc86df6 +refs/heads/master: 1095843489f7a805106dc0cc39187d5df960d11a diff --git a/trunk/arch/arm/mach-ux500/clock.c b/trunk/arch/arm/mach-ux500/clock.c index 2ebf998bc77d..737907537004 100644 --- a/trunk/arch/arm/mach-ux500/clock.c +++ b/trunk/arch/arm/mach-ux500/clock.c @@ -651,7 +651,7 @@ static int __init clk_debugfs_init(void) late_initcall(clk_debugfs_init); #endif /* defined(CONFIG_DEBUG_FS) */ -unsigned long clk_smp_twd_rate = 400000000; +unsigned long clk_smp_twd_rate = 500000000; unsigned long clk_smp_twd_get_rate(struct clk *clk) { @@ -677,7 +677,7 @@ static int clk_twd_cpufreq_transition(struct notifier_block *nb, if (state == CPUFREQ_PRECHANGE) { /* Save frequency in simple Hz */ - clk_smp_twd_rate = f->new * 1000; + clk_smp_twd_rate = (f->new * 1000) / 2; } return NOTIFY_OK;