提交 c070c203 编写于 作者: T Takashi YOSHII 提交者: Paul Mundt

ARM: mach-shmobile: sh73a0: fix div4 table

sh73a0 has divisor[12] setting as 1/7 on FRQCRA.
Signed-off-by: NTakashi YOSHII <takashi.yoshii.zj@renesas.com>
Signed-off-by: NMagnus Damm <damm@opensource.se>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 f6d84f4a
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册