sh: fix CONFIG_SH_PCLK_FREQ bug for sh7724
authorKuninori Morimoto <morimoto.kuninori@renesas.com>
Fri, 29 May 2009 07:41:26 +0000 (07:41 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 2 Jun 2009 03:08:52 +0000 (12:08 +0900)
CONFIG_SH_PCLK_FREQ=33333333 is correct for sh7724.
sh7724 master clock is 33333333, but peripheral is 41666666.
This bug came to light because sh-sci driver had changed clk
from "module_clk" to "peripheral_clk"

Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found