ARM: add Broadcom Brahma-B15 main ID definition
Define Broadcom's Brahma-B15 main ID register value, masked with ARM_CPU_PART_MASK. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
9e35ddc962
commit
842fa17d6c
|
@ -78,6 +78,7 @@
|
|||
#define ARM_CPU_PART_MASK 0xff00fff0
|
||||
|
||||
/* Broadcom implemented processors */
|
||||
#define ARM_CPU_PART_BRAHMA_B15 0x420000f0
|
||||
#define ARM_CPU_PART_BRAHMA_B53 0x42001000
|
||||
|
||||
/* DEC implemented cores */
|
||||
|
|
Loading…
Reference in New Issue