diff options
-rw-r--r-- | arch/arm/mach-shmobile/clock-r7s72100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-r7s72100.c b/arch/arm/mach-shmobile/clock-r7s72100.c index f17a5db00221..bee0073c9b64 100644 --- a/arch/arm/mach-shmobile/clock-r7s72100.c +++ b/arch/arm/mach-shmobile/clock-r7s72100.c | |||
@@ -70,7 +70,7 @@ static struct clk pll_clk = { | |||
70 | 70 | ||
71 | static unsigned long bus_recalc(struct clk *clk) | 71 | static unsigned long bus_recalc(struct clk *clk) |
72 | { | 72 | { |
73 | return clk->parent->rate * 2 / 3; | 73 | return clk->parent->rate / 3; |
74 | } | 74 | } |
75 | 75 | ||
76 | static struct sh_clk_ops bus_clk_ops = { | 76 | static struct sh_clk_ops bus_clk_ops = { |