diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2013-09-30 10:30:41 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-10-22 08:45:16 -0400 |
commit | 717ceb63a58e1c0047bbdce304c677054bdfb281 (patch) | |
tree | 3a48c4343b7472618d2c6b78fe8b9893f78c80af | |
parent | 59562ff6dad438555ac39806b1bdeb059f9e37de (diff) | |
download | u-boot-imx-717ceb63a58e1c0047bbdce304c677054bdfb281.zip u-boot-imx-717ceb63a58e1c0047bbdce304c677054bdfb281.tar.gz u-boot-imx-717ceb63a58e1c0047bbdce304c677054bdfb281.tar.bz2 |
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>
-rw-r--r-- | include/configs/armadillo-800eva.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 9f357ea..7a264b0 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 |