From 684a501e8e94115b591bfb3c8f047ccaada4ac26 Mon Sep 17 00:00:00 2001 From: Nobuhiro Iwamatsu Date: Wed, 21 Aug 2013 16:11:21 +0900 Subject: 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 Signed-off-by: Nobuhiro Iwamatsu CC: Albert Aribaud --- include/configs/shmin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/configs/shmin.h') diff --git a/include/configs/shmin.h b/include/configs/shmin.h index 5fb71760f8..8cdb8f94d1 100644 --- a/include/configs/shmin.h +++ b/include/configs/shmin.h @@ -103,6 +103,8 @@ #else #define CONFIG_SYS_CLK_FREQ 33333333 #endif /* CONFIG_T_SH7706LSR */ +#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 -- cgit v1.2.1