summaryrefslogtreecommitdiffstats
path: root/include/configs/ap_sh4a_4a.h
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2013-08-21 16:11:21 +0900
committerNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2013-10-17 09:43:36 +0900
commit684a501e8e94115b591bfb3c8f047ccaada4ac26 (patch)
treebae9e452030cc141d08b66292e67bca3f33175fc /include/configs/ap_sh4a_4a.h
parentf8b7d9eaef1250d7d4c543fcc6f8e2334665f97d (diff)
downloadtalos-obmc-uboot-684a501e8e94115b591bfb3c8f047ccaada4ac26.tar.gz
talos-obmc-uboot-684a501e8e94115b591bfb3c8f047ccaada4ac26.zip
sh: boards: Change clock definition of SCIF and TMU
This changes clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ, and clock definition of TMU from CONFIG_SYS_CLK_FREQ to CONFIG_SH_TMU_CLK_FREQ for boards. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> CC: Albert Aribaud <albert.u.boot@aribaud.net>
Diffstat (limited to 'include/configs/ap_sh4a_4a.h')
-rw-r--r--include/configs/ap_sh4a_4a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/ap_sh4a_4a.h b/include/configs/ap_sh4a_4a.h
index b9112910e7..ada42d725e 100644
--- a/include/configs/ap_sh4a_4a.h
+++ b/include/configs/ap_sh4a_4a.h
@@ -158,6 +158,8 @@
#else
#define CONFIG_SYS_CLK_FREQ 44444444
#endif
+#define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ
+#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ
#define CONFIG_SYS_TMU_CLK_DIV 4
#define CONFIG_SYS_HZ 1000
OpenPOWER on IntegriCloud