From 400853e25d9dc2ecd7754ec53d5e631dd3348d03 Mon Sep 17 00:00:00 2001 From: Michael Hennerich Date: Fri, 25 Apr 2008 04:41:49 +0800 Subject: [PATCH] --- yaml --- r: 92338 b: refs/heads/master c: 8e39df215c4b1d3e6f9e62f92d35ab1aa11104eb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-blackfin/mach-bf561/defBF561.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7c11a949ba8e..d6e73cd68e71 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2fb6cb41ecb315b1d84849663bb2793cdc41a96d +refs/heads/master: 8e39df215c4b1d3e6f9e62f92d35ab1aa11104eb diff --git a/trunk/include/asm-blackfin/mach-bf561/defBF561.h b/trunk/include/asm-blackfin/mach-bf561/defBF561.h index bee30230187b..366c9b9a0cb7 100644 --- a/trunk/include/asm-blackfin/mach-bf561/defBF561.h +++ b/trunk/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 */