diff options
| author | Nobuhiro Iwamatsu <[email protected]> | 2013-09-30 10:30:40 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2013-10-22 08:45:16 -0400 |
| commit | 59562ff6dad438555ac39806b1bdeb059f9e37de (patch) | |
| tree | ee3932efe3035d5c9ab4573b454cb016f578a7d4 /include | |
| parent | 55aea84b1db277bd86edadb37d11b78d36db7608 (diff) | |
arm: rmobile: kzm9g: Change clock definition of SCIF from CONFIG_SYS_CLK_FREQ to CONFIG_SH_SCIF_CLK_FREQ
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
CC: Nobuhiro Iwamatsu <[email protected]>
CC: Albert Aribaud <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/kzm9g.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 222725cd1fb..6323050fe0c 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 |
