Skip to content

Commit

Permalink
ARM: mach-shmobile: fix EXTAL1 frequency on sh7372
Browse files Browse the repository at this point in the history
EXTAL1 is clocked at 26.0MHz

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Guennadi Liakhovetski authored and Paul Mundt committed Aug 4, 2010
1 parent 94f4e51 commit 3b79bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-shmobile/clock-sh7372.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static struct clk r_clk = {
* If needed, reset this with clk_set_rate() from the platform code.
*/
struct clk sh7372_extal1_clk = {
.rate = 26666666,
.rate = 26000000,
};

/*
Expand Down

0 comments on commit 3b79bec

Please sign in to comment.