summaryrefslogtreecommitdiffstats
path: root/include/sh_tmu.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2013-08-20 11:40:24 +0900
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2013-10-17 09:43:25 +0900
commit857febf38cd33b49e29f2d17e885f2cb17a0aec0 (patch)
tree35b8d68eb43fb9c281a55f41a3c2ac1ba29dcec8 /include/sh_tmu.h
parenta633a18f906bb21a46634f0d4b1c453ca0e6735b (diff)
downloadblackbird-obmc-uboot-857febf38cd33b49e29f2d17e885f2cb17a0aec0.tar.gz
blackbird-obmc-uboot-857febf38cd33b49e29f2d17e885f2cb17a0aec0.zip
sh: timer: Change definition of clock of TMU
The former SH/TMU driver had calculated timer based on CONFIG_SYS_CLK_FREQ. The newest SH/TMU newly needs calculation of the clock for TMU. This patch defines clock CONFIG_SH_TMU_CLK_FREQ for TMU and changes it to CONFIG_SH_TMU_CLK_FREQ from CONFIG_SYS_CLK_FREQ. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/sh_tmu.h')
-rw-r--r--include/sh_tmu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sh_tmu.h b/include/sh_tmu.h
index 96c589da50..f5b42faea4 100644
--- a/include/sh_tmu.h
+++ b/include/sh_tmu.h
@@ -69,7 +69,7 @@ struct tmu_regs {
static inline unsigned long get_tmu0_clk_rate(void)
{
- return CONFIG_SYS_CLK_FREQ;
+ return CONFIG_SH_TMU_CLK_FREQ;
}
#endif /* __SH_TMU_H */
OpenPOWER on IntegriCloud