Commit 717ceb63a58e1c0047bbdce304c677054bdfb281

Authored by Nobuhiro Iwamatsu
Committed by Tom Rini
1 parent 59562ff6da

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 <nobuhiro.iwamatsu.yj@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Albert Aribaud <albert.u.boot@aribaud.net>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/configs/armadillo-800eva.h
... ... @@ -138,6 +138,8 @@
138 138  
139 139 /* Board Clock */
140 140 #define CONFIG_SYS_CLK_FREQ 50000000
  141 +#define CONFIG_SH_TMU_CLK_FREQ CONFIG_SYS_CLK_FREQ
  142 +#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ
141 143 #define CONFIG_SYS_TMU_CLK_DIV 4
142 144 #define CONFIG_SYS_HZ 1000
143 145