diff options
author | Mark Mason <mmason@upwardaccess.com> | 2007-04-13 21:32:25 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-04-20 17:58:37 +0400 |
commit | 9a9943575ade643368849e2c963094ac637867e0 (patch) | |
tree | c57803e7c5d48a59133e88a75704e0b86fd3bcaa /include/asm-mips/sibyte | |
parent | 46fcc86dd71d70211e965102fb69414c90381880 (diff) | |
download | linux-9a9943575ade643368849e2c963094ac637867e0.tar.xz |
[MIPS] Add missing silicon revisions for BCM112x
Recent versions of the BCM112X processors aren't recognized by Linux
(preventing Linux from booting on those processors). This patch adds
support for those that are missing.
Signed-off-by: Mark Mason <mason@broadcom.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/sibyte')
-rw-r--r-- | include/asm-mips/sibyte/sb1250_scd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-mips/sibyte/sb1250_scd.h b/include/asm-mips/sibyte/sb1250_scd.h index 7ed0bb611e56..b6a7d8f6ced5 100644 --- a/include/asm-mips/sibyte/sb1250_scd.h +++ b/include/asm-mips/sibyte/sb1250_scd.h @@ -84,6 +84,7 @@ #define K_SYS_REVISION_BCM112x_A2 0x21 #define K_SYS_REVISION_BCM112x_A3 0x22 #define K_SYS_REVISION_BCM112x_A4 0x23 +#define K_SYS_REVISION_BCM112x_B0 0x30 #define K_SYS_REVISION_BCM1480_S0 0x01 #define K_SYS_REVISION_BCM1480_A1 0x02 |