Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281766
b: refs/heads/master
c: 1095843
h: refs/heads/master
v: v3
  • Loading branch information
Linus Walleij committed Dec 18, 2011
1 parent 2030a67 commit 42057a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c15def1cc30edeaa74a97205c936be82cdc86df6
refs/heads/master: 1095843489f7a805106dc0cc39187d5df960d11a
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-ux500/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -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;
Expand Down

0 comments on commit 42057a5

Please sign in to comment.