diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-01 10:49:56 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-01 10:49:56 -0400 |
commit | 5924ad0d86fbc05bfb0c90afa15e20ccb7155549 (patch) | |
tree | 6e1a60dbadfbb1238f5ebb0d3cbcd37f3aee26ee /arch/sh/include/cpu-sh4 | |
parent | 68a1aed7039e5a94a8e60e23fdf676738c36086a (diff) |
sh: Update SH-X3 subtype for clkdev lookups.
Rewrite the SH-X3 proto CPU clock framework for clkdev.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/cpu-sh4')
-rw-r--r-- | arch/sh/include/cpu-sh4/cpu/freq.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/sh/include/cpu-sh4/cpu/freq.h b/arch/sh/include/cpu-sh4/cpu/freq.h index e1e90960ee9a..cffd25ed0240 100644 --- a/arch/sh/include/cpu-sh4/cpu/freq.h +++ b/arch/sh/include/cpu-sh4/cpu/freq.h | |||
@@ -56,7 +56,9 @@ | |||
56 | #define FRQCR1 0xffc40004 | 56 | #define FRQCR1 0xffc40004 |
57 | #define FRQMR1 0xffc40014 | 57 | #define FRQMR1 0xffc40014 |
58 | #elif defined(CONFIG_CPU_SUBTYPE_SHX3) | 58 | #elif defined(CONFIG_CPU_SUBTYPE_SHX3) |
59 | #define FRQCR 0xffc00014 | 59 | #define FRQCR0 0xffc00000 |
60 | #define FRQCR1 0xffc00004 | ||
61 | #define FRQMR1 0xffc00014 | ||
60 | #else | 62 | #else |
61 | #define FRQCR 0xffc00000 | 63 | #define FRQCR 0xffc00000 |
62 | #define FRQCR_PSTBY 0x0200 | 64 | #define FRQCR_PSTBY 0x0200 |