All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/2] arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK
@ 2014-07-28  6:10 Nobuhiro Iwamatsu
  2014-07-28  6:10 ` [U-Boot] [PATCH 2/2] arm: rmobile: koelsch: " Nobuhiro Iwamatsu
  0 siblings, 1 reply; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-07-28  6:10 UTC (permalink / raw)
  To: u-boot

SCIF of lager use external clock mode.
This enables external clock mode on lager board.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 include/configs/lager.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/lager.h b/include/configs/lager.h
index 5f5d107..f79475d 100644
--- a/include/configs/lager.h
+++ b/include/configs/lager.h
@@ -91,6 +91,7 @@
 /* SCIF */
 #define CONFIG_SCIF_CONSOLE
 #define CONFIG_CONS_SCIF0
+#define CONFIG_SCIF_USE_EXT_CLK
 #undef	CONFIG_SYS_CONSOLE_INFO_QUIET
 #undef	CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
 #undef	CONFIG_SYS_CONSOLE_ENV_OVERWRITE
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 2/2] arm: rmobile: koelsch: Add CONFIG_SCIF_USE_EXT_CLK
  2014-07-28  6:10 [U-Boot] [PATCH 1/2] arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK Nobuhiro Iwamatsu
@ 2014-07-28  6:10 ` Nobuhiro Iwamatsu
  0 siblings, 0 replies; 2+ messages in thread
From: Nobuhiro Iwamatsu @ 2014-07-28  6:10 UTC (permalink / raw)
  To: u-boot

SCIF of koelsch use external clock mode.
This enables external clock mode on koelsch board.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
---
 include/configs/koelsch.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index 6795f28..c4cd8e8 100644
--- a/include/configs/koelsch.h
+++ b/include/configs/koelsch.h
@@ -90,6 +90,7 @@
 /* SCIF */
 #define CONFIG_SCIF_CONSOLE
 #define CONFIG_CONS_SCIF0
+#define CONFIG_SCIF_USE_EXT_CLK
 #undef	CONFIG_SYS_CONSOLE_INFO_QUIET
 #undef	CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
 #undef	CONFIG_SYS_CONSOLE_ENV_OVERWRITE
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-28  6:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28  6:10 [U-Boot] [PATCH 1/2] arm: rmobile: lager: Add CONFIG_SCIF_USE_EXT_CLK Nobuhiro Iwamatsu
2014-07-28  6:10 ` [U-Boot] [PATCH 2/2] arm: rmobile: koelsch: " Nobuhiro Iwamatsu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.