提交 3b79bece 编写于 作者: G Guennadi Liakhovetski 提交者: Paul Mundt

ARM: mach-shmobile: fix EXTAL1 frequency on sh7372

EXTAL1 is clocked at 26.0MHz
Signed-off-by: NGuennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: NMagnus Damm <damm@opensource.se>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 94f4e51a
......@@ -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,
};
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册