Commit 3b79bece authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Paul Mundt

ARM: mach-shmobile: fix EXTAL1 frequency on sh7372

EXTAL1 is clocked at 26.0MHz
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 94f4e51a
...@@ -60,7 +60,7 @@ static struct clk r_clk = { ...@@ -60,7 +60,7 @@ static struct clk r_clk = {
* If needed, reset this with clk_set_rate() from the platform code. * If needed, reset this with clk_set_rate() from the platform code.
*/ */
struct clk sh7372_extal1_clk = { struct clk sh7372_extal1_clk = {
.rate = 26666666, .rate = 26000000,
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment