]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Blackfin arch: Fix bug: missing CHIPID register field definition of BF54x
authorBryan Wu <bryan.wu@analog.com>
Sun, 21 Oct 2007 08:58:49 +0000 (16:58 +0800)
committerBryan Wu <bryan.wu@analog.com>
Sun, 21 Oct 2007 08:58:49 +0000 (16:58 +0800)
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
include/asm-blackfin/mach-bf548/defBF54x_base.h

index e2632db74baa4605c2594872f4047a37ae32a543..d40db5cc5d5fea87f2caccafe4663fbb6dab438d 100644 (file)
 /* 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) */