X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-sh%2Fcpu-sh4%2Ffreq.h;h=201d94fd214f7e1800d95a3bec9e57d5747d3395;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=2161faacca115b65d09f3198fe3f61eb9b49525c;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/asm-sh/cpu-sh4/freq.h b/include/asm-sh/cpu-sh4/freq.h index 2161faacc..201d94fd2 100644 --- a/include/asm-sh/cpu-sh4/freq.h +++ b/include/asm-sh/cpu-sh4/freq.h @@ -10,7 +10,11 @@ #ifndef __ASM_CPU_SH4_FREQ_H #define __ASM_CPU_SH4_FREQ_H +#if defined(CONFIG_CPU_SUBTYPE_SH73180) +#define FRQCR 0xa4150000 +#else #define FRQCR 0xffc00000 +#endif #define MIN_DIVISOR_NR 0 #define MAX_DIVISOR_NR 3