diff options
Diffstat (limited to 'include/asm-sh/cpu-sh4/freq.h')
| -rw-r--r-- | include/asm-sh/cpu-sh4/freq.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-sh4/freq.h b/include/asm-sh/cpu-sh4/freq.h index 602d061ca2dc..86564e7a26ae 100644 --- a/include/asm-sh/cpu-sh4/freq.h +++ b/include/asm-sh/cpu-sh4/freq.h | |||
| @@ -12,8 +12,16 @@ | |||
| 12 | 12 | ||
| 13 | #if defined(CONFIG_CPU_SUBTYPE_SH73180) || defined(CONFIG_CPU_SUBTYPE_SH7722) | 13 | #if defined(CONFIG_CPU_SUBTYPE_SH73180) || defined(CONFIG_CPU_SUBTYPE_SH7722) |
| 14 | #define FRQCR 0xa4150000 | 14 | #define FRQCR 0xa4150000 |
| 15 | #define VCLKCR 0xa4150004 | ||
| 16 | #define SCLKACR 0xa4150008 | ||
| 17 | #define SCLKBCR 0xa415000c | ||
| 18 | #define IrDACLKCR 0xa4150010 | ||
| 15 | #elif defined(CONFIG_CPU_SUBTYPE_SH7780) | 19 | #elif defined(CONFIG_CPU_SUBTYPE_SH7780) |
| 16 | #define FRQCR 0xffc80000 | 20 | #define FRQCR 0xffc80000 |
| 21 | #elif defined(CONFIG_CPU_SUBTYPE_SH7785) | ||
| 22 | #define FRQCR0 0xffc80000 | ||
| 23 | #define FRQCR1 0xffc80004 | ||
| 24 | #define FRQMR1 0xffc80014 | ||
| 17 | #else | 25 | #else |
| 18 | #define FRQCR 0xffc00000 | 26 | #define FRQCR 0xffc00000 |
| 19 | #endif | 27 | #endif |
