aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/clock-sh73a0.c
diff options
context:
space:
mode:
authorTakashi YOSHII <takashi.yoshii.zj@renesas.com>2010-12-22 14:15:08 +0000
committerPaul Mundt <lethal@linux-sh.org>2011-01-05 17:06:11 +0900
commitc070c203cde0e019cd373d3247137be11961deb3 (patch)
treea62f749b7411698994ea88cc225df654da90f73e /arch/arm/mach-shmobile/clock-sh73a0.c
parentf6d84f4a7df8057247a3f1723169586af3882436 (diff)
downloadkernel_samsung_smdk4412-c070c203cde0e019cd373d3247137be11961deb3.zip
kernel_samsung_smdk4412-c070c203cde0e019cd373d3247137be11961deb3.tar.gz
kernel_samsung_smdk4412-c070c203cde0e019cd373d3247137be11961deb3.tar.bz2
ARM: mach-shmobile: sh73a0: fix div4 table
sh73a0 has divisor[12] setting as 1/7 on FRQCRA. Signed-off-by: Takashi YOSHII <takashi.yoshii.zj@renesas.com> Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/arm/mach-shmobile/clock-sh73a0.c')
-rw-r--r--arch/arm/mach-shmobile/clock-sh73a0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c
index 7c8b517..152c970 100644
--- a/arch/arm/mach-shmobile/clock-sh73a0.c
+++ b/arch/arm/mach-shmobile/clock-sh73a0.c
@@ -191,7 +191,7 @@ static void div4_kick(struct clk *clk)
}
static int divisors[] = { 2, 3, 4, 6, 8, 12, 16, 18,
- 24, 0, 36, 48 };
+ 24, 0, 36, 48, 7 };
static struct clk_div_mult_table div4_div_mult_table = {
.divisors = divisors,