ARM: mach-shmobile: fix EXTAL1 frequency on sh7372

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>
This commit is contained in:
Guennadi Liakhovetski 2010-06-25 07:22:31 +00:00 committed by Paul Mundt
parent 94f4e51ae9
commit 3b79becedf

View File

@ -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,
};
/*