summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2014-11-10 14:43:59 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2014-11-10 14:55:42 +0900
commit62b571a37ea661d7804ea4f99863626a19d77be6 (patch)
tree9eeee5163f51e7b7d2456bd6247a0d5431fad613 /include
parent4f70244e0a1a0d68cf3c5493998ff3565f38d825 (diff)
downloadtalos-obmc-uboot-62b571a37ea661d7804ea4f99863626a19d77be6.tar.gz
talos-obmc-uboot-62b571a37ea661d7804ea4f99863626a19d77be6.zip
arm: rmobile: alt: Change clock of SCIF to external clock
Change clock of SCIF for Alt board is used to external clock. This changes to using external clock. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/alt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/alt.h b/include/configs/alt.h
index 3f6737c319..e99f100dd0 100644
--- a/include/configs/alt.h
+++ b/include/configs/alt.h
@@ -88,6 +88,7 @@
/* SCIF */
#define CONFIG_SCIF_CONSOLE
#define CONFIG_CONS_SCIF2
+#define CONFIG_SCIF_USE_EXT_CLK
#undef CONFIG_SYS_CONSOLE_INFO_QUIET
#undef CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
#undef CONFIG_SYS_CONSOLE_ENV_OVERWRITE
@@ -149,7 +150,7 @@
#define CONFIG_SH_TMU_CLK_FREQ (CONFIG_SYS_CLK_FREQ / 2) /* EXT / 2 */
#define CONFIG_PLL1_CLK_FREQ (CONFIG_SYS_CLK_FREQ * 156 / 2)
#define CONFIG_P_CLK_FREQ (CONFIG_PLL1_CLK_FREQ / 24)
-#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_P_CLK_FREQ
+#define CONFIG_SH_SCIF_CLK_FREQ 14745600 /* External Clock */
#define CONFIG_SYS_TMU_CLK_DIV 4
OpenPOWER on IntegriCloud