diff options
Diffstat (limited to 'arch/arm/mach-shmobile/clock-r8a7790.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-r8a7790.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7790.c b/arch/arm/mach-shmobile/clock-r8a7790.c index 33e80b109c62..ecec746d520e 100644 --- a/arch/arm/mach-shmobile/clock-r8a7790.c +++ b/arch/arm/mach-shmobile/clock-r8a7790.c | |||
@@ -329,10 +329,10 @@ void __init r8a7790_clock_init(void) | |||
329 | R8A7790_CLOCK_ROOT(20, &extal_clk, 130, 156, 80, 66); | 329 | R8A7790_CLOCK_ROOT(20, &extal_clk, 130, 156, 80, 66); |
330 | break; | 330 | break; |
331 | case MD(14): | 331 | case MD(14): |
332 | R8A7790_CLOCK_ROOT(26, &extal_div2_clk, 200, 240, 122, 102); | 332 | R8A7790_CLOCK_ROOT(26 / 2, &extal_div2_clk, 200, 240, 122, 102); |
333 | break; | 333 | break; |
334 | case MD(13) | MD(14): | 334 | case MD(13) | MD(14): |
335 | R8A7790_CLOCK_ROOT(30, &extal_div2_clk, 172, 208, 106, 88); | 335 | R8A7790_CLOCK_ROOT(30 / 2, &extal_div2_clk, 172, 208, 106, 88); |
336 | break; | 336 | break; |
337 | } | 337 | } |
338 | 338 | ||