diff options
| author | Kumar Gala <[email protected]> | 2008-08-12 11:14:19 -0500 |
|---|---|---|
| committer | Kumar Gala <[email protected]> | 2008-08-27 11:43:54 -0500 |
| commit | ef50d6c06ece74fb17e8d7510e62cad9df8b810d (patch) | |
| tree | 60390a7fb3d9cd7d4d6837a5f9d6135edf110b41 /include/asm-ppc/processor.h | |
| parent | 129ba616b3813dde861f25f3d8a3c47c5c36ad5f (diff) | |
mpc85xx: Add support for the MPC8536
The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
also have SERDES init code for the 8536.
Signed-off-by: Kumar Gala <[email protected]>
Signed-off-by: Srikanth Srinivasan <[email protected]>
Signed-off-by: Dejan Minic <[email protected]>
Signed-off-by: Jason Jin <[email protected]>
Signed-off-by: Dave Liu <[email protected]>
Diffstat (limited to 'include/asm-ppc/processor.h')
| -rw-r--r-- | include/asm-ppc/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-ppc/processor.h b/include/asm-ppc/processor.h index dce4717f427..e07e5d3be8f 100644 --- a/include/asm-ppc/processor.h +++ b/include/asm-ppc/processor.h @@ -926,6 +926,8 @@ #define SVR_8533 0x803400 #define SVR_8533_E 0x803C00 +#define SVR_8536 0x803700 +#define SVR_8536_E 0x803F00 #define SVR_8540 0x803000 #define SVR_8541 0x807200 #define SVR_8541_E 0x807A00 |
