From: Takashi YOSHII Date: Wed, 22 Dec 2010 14:15:08 +0000 (+0000) Subject: ARM: mach-shmobile: sh73a0: fix div4 table X-Git-Tag: v2.6.38-rc1~462^2~15^3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c070c203cde0e019cd373d3247137be11961deb3;p=pandora-kernel.git ARM: mach-shmobile: sh73a0: fix div4 table sh73a0 has divisor[12] setting as 1/7 on FRQCRA. Signed-off-by: Takashi YOSHII Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c index 7c8b5179e444..152c970ed537 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,