diff mbox

[U-Boot,v2,3/4] arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ

Message ID 1380504641-11469-3-git-send-email-nobuhiro.iwamatsu.yj@renesas.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Nobuhiro Iwamatsu Sept. 30, 2013, 1:30 a.m. UTC
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
CC: Albert Aribaud <albert.u.boot@aribaud.net>
---
 v2: no changes.
     re-send as further series.

 include/configs/kzm9g.h | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini Oct. 24, 2013, 1:21 a.m. UTC | #1
On Mon, Sep 30, 2013 at 10:30:40AM +0900, Nobuhiro Iwamatsu wrote:

> Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
> CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
> CC: Albert Aribaud <albert.u.boot@aribaud.net>
> 
> ---
> v2: no changes.
>      re-send as further series.

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index 222725c..6323050 100644
--- a/include/configs/kzm9g.h
+++ b/include/configs/kzm9g.h
@@ -125,6 +125,7 @@ 
 #define CONFIG_GLOBAL_TIMER
 #define CONFIG_SYS_CLK_FREQ	(48000000)
 #define CONFIG_SYS_CPU_CLK	(1196000000)
+#define CONFIG_SH_SCIF_CLK_FREQ CONFIG_SYS_CLK_FREQ
 #define TMU_CLK_DIVIDER		(4)	/* 4 (default), 16, 64, 256 or 1024 */
 #define CFG_HZ              (1000)
 #define CONFIG_SYS_HZ		CFG_HZ