Skip to content

Commit

Permalink
ARM: mach-shmobile: sh73a0: fix div4 table
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi YOSHII authored and Paul Mundt committed Jan 5, 2011
1 parent f6d84f4 commit c070c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/clock-sh73a0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c070c20

Please sign in to comment.