commit | aab319cb8e7fa36a92475fcf0ed568d4a407f31f | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | Tue Aug 20 11:40:24 2013 +0900 |
committer | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | Thu Oct 17 09:43:25 2013 +0900 |
tree | 35b8d68eb43fb9c281a55f41a3c2ac1ba29dcec8 | |
parent | 5b96baf12980362e2579859ad0daa29a1dcb2459 [diff] |
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>