diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 13:11:00 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-10-03 13:11:00 +0900 |
commit | c91485676ebea1342622b8ac566c1efd750b60dc (patch) | |
tree | 39a502cab59e7c06bde819f31e39de134d3cf634 /arch | |
parent | af3e17c4482cc5c8118615eddc4ac0c33b94c5f2 (diff) |
sh: Set pclk default for SH7705.
CPU sub-types set the pclk default in Kconfig, add one
for SH7705.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 1cc5c9b27bfd..f6a0c4436168 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -377,7 +377,7 @@ config SH_PCLK_FREQ default "50000000" if CPU_SUBTYPE_SH7750 || CPU_SUBTYPE_SH7780 default "60000000" if CPU_SUBTYPE_SH7751 default "33333333" if CPU_SUBTYPE_SH7300 || CPU_SUBTYPE_SH7770 || \ - CPU_SUBTYPE_SH7760 + CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 default "27000000" if CPU_SUBTYPE_SH73180 || CPU_SUBTYPE_SH7343 default "66000000" if CPU_SUBTYPE_SH4_202 help |