Skip to content

Commit

Permalink
Blackfin arch: Fix bug: missing CHIPID register field definition of B…
Browse files Browse the repository at this point in the history
…F54x

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Bryan Wu committed Oct 21, 2007
1 parent 73b0c0b commit 1e5b244
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/asm-blackfin/mach-bf548/defBF54x_base.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
/* Debug/MP/Emulation Registers (0xFFC00014 - 0xFFC00014) */

#define CHIPID 0xffc00014
/* CHIPID Masks */
#define CHIPID_VERSION 0xF0000000
#define CHIPID_FAMILY 0x0FFFF000
#define CHIPID_MANUFACTURE 0x00000FFE

/* System Reset and Interrupt Controller (0xFFC00100 - 0xFFC00104) */

Expand Down

0 comments on commit 1e5b244

Please sign in to comment.