From: Nobuhiro Iwamatsu Date: Mon, 30 Sep 2013 01:30:41 +0000 (+0900) Subject: arm: rmobile: armadillo-800eva: Change clock definition of SCIF and TMU X-Git-Tag: v2014.01-rc1~204 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=717ceb63a58e1c0047bbdce304c677054bdfb281;p=u-boot arm: rmobile: armadillo-800eva: 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, Signed-off-by: Nobuhiro Iwamatsu CC: Nobuhiro Iwamatsu CC: Albert Aribaud --- diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 9f357eadb2..7a264b038d 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -138,6 +138,8 @@ /* Board Clock */ #define CONFIG_SYS_CLK_FREQ 50000000 +#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