Gitweb: http://git.kernel.org/linus/a4b1fddcd40f10820fbc123d4d02cd62eeef476c Commit: a4b1fddcd40f10820fbc123d4d02cd62eeef476c Parent: 929ef1a1f566087e4b362e3a56c50bf9db30e3c5 Author: Paul Mundt <lethal@linux-sh.org> AuthorDate: Thu Mar 5 17:52:34 2009 +0900 Committer: Paul Mundt <lethal@linux-sh.org> CommitDate: Thu Mar 5 17:52:34 2009 +0900 sh: Set a sensible default for the SH7786 pclk. Signed-off-by: Paul Mundt <lethal@linux-sh.org> --- arch/sh/Kconfig | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 83aee3d..a4c2c84 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -466,7 +466,8 @@ config SH_PCLK_FREQ default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \ CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \ - CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG + CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG || \ + CPU_SUBTYPE_SH7786 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R default "66000000" if CPU_SUBTYPE_SH4_202 default "50000000" -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
