diff options
author | Wang Dongsheng <dongsheng.wang@freescale.com> | 2014-03-06 23:57:57 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-03-19 20:39:25 -0400 |
commit | b0b7dcbdf327bc57018d498e07331b2c96916dc7 (patch) | |
tree | 4573bf757fa906e036c07b4915b85545ffc9bfc0 /arch/powerpc/include/asm/reg.h | |
parent | 0f5a869600141a0d5575e3190af01a050c081b07 (diff) |
powerpc/fsl: add PVR definition for E500MC and E5500
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/include/asm/reg.h')
-rw-r--r-- | arch/powerpc/include/asm/reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h index 90c06ec6eff5..bf0fb4db0855 100644 --- a/arch/powerpc/include/asm/reg.h +++ b/arch/powerpc/include/asm/reg.h | |||
@@ -1102,6 +1102,8 @@ | |||
1102 | #define PVR_8560 0x80200000 | 1102 | #define PVR_8560 0x80200000 |
1103 | #define PVR_VER_E500V1 0x8020 | 1103 | #define PVR_VER_E500V1 0x8020 |
1104 | #define PVR_VER_E500V2 0x8021 | 1104 | #define PVR_VER_E500V2 0x8021 |
1105 | #define PVR_VER_E500MC 0x8023 | ||
1106 | #define PVR_VER_E5500 0x8024 | ||
1105 | #define PVR_VER_E6500 0x8040 | 1107 | #define PVR_VER_E6500 0x8040 |
1106 | 1108 | ||
1107 | /* | 1109 | /* |