diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-10-21 04:58:49 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-21 04:58:49 -0400 |
commit | 1e5b24431b58d821502bb56e67af3e74854feaf2 (patch) | |
tree | b2b6d8d19172e35dce6b508f01da671150cf9e20 | |
parent | 73b0c0b0c1fa06acc3a02a58f301b0db0818d3d0 (diff) |
Blackfin arch: Fix bug: missing CHIPID register field definition of BF54x
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
-rw-r--r-- | include/asm-blackfin/mach-bf548/defBF54x_base.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-blackfin/mach-bf548/defBF54x_base.h b/include/asm-blackfin/mach-bf548/defBF54x_base.h index e2632db74baa..d40db5cc5d5f 100644 --- a/include/asm-blackfin/mach-bf548/defBF54x_base.h +++ b/include/asm-blackfin/mach-bf548/defBF54x_base.h | |||
@@ -47,6 +47,10 @@ | |||
47 | /* Debug/MP/Emulation Registers (0xFFC00014 - 0xFFC00014) */ | 47 | /* Debug/MP/Emulation Registers (0xFFC00014 - 0xFFC00014) */ |
48 | 48 | ||
49 | #define CHIPID 0xffc00014 | 49 | #define CHIPID 0xffc00014 |
50 | /* CHIPID Masks */ | ||
51 | #define CHIPID_VERSION 0xF0000000 | ||
52 | #define CHIPID_FAMILY 0x0FFFF000 | ||
53 | #define CHIPID_MANUFACTURE 0x00000FFE | ||
50 | 54 | ||
51 | /* System Reset and Interrupt Controller (0xFFC00100 - 0xFFC00104) */ | 55 | /* System Reset and Interrupt Controller (0xFFC00100 - 0xFFC00104) */ |
52 | 56 | ||