aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2008-04-25 04:41:49 +0800
committerBryan Wu <cooloney@kernel.org>2008-04-25 04:41:49 +0800
commit8e39df215c4b1d3e6f9e62f92d35ab1aa11104eb (patch)
tree527ef60461a6fcb076c9d6f37c20d5f44219dce7
parent[Blackfin] arch: Add a warning about the value of CLKIN. (diff)
downloadlinux-dev-8e39df215c4b1d3e6f9e62f92d35ab1aa11104eb.tar.xz
linux-dev-8e39df215c4b1d3e6f9e62f92d35ab1aa11104eb.zip
[Blackfin] arch: Equalize include files: Add PLL_DIV Masks
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
-rw-r--r--include/asm-blackfin/mach-bf561/defBF561.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-blackfin/mach-bf561/defBF561.h b/include/asm-blackfin/mach-bf561/defBF561.h
index bee30230187b..366c9b9a0cb7 100644
--- a/include/asm-blackfin/mach-bf561/defBF561.h
+++ b/include/asm-blackfin/mach-bf561/defBF561.h
@@ -871,6 +871,8 @@
/* PLL_DIV Masks */
#define SCLK_DIV(x) (x) /* SCLK = VCO / x */
+#define CSEL 0x30 /* Core Select */
+#define SSEL 0xf /* System Select */
#define CCLK_DIV1 0x00000000 /* CCLK = VCO / 1 */
#define CCLK_DIV2 0x00000010 /* CCLK = VCO / 2 */
#define CCLK_DIV4 0x00000020 /* CCLK = VCO / 4 */