diff options
author | Wang Dongsheng <dongsheng.wang@freescale.com> | 2014-03-07 12:57:57 +0800 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-03-19 19:39:25 -0500 |
commit | b0b7dcbdf327bc57018d498e07331b2c96916dc7 (patch) | |
tree | 4573bf757fa906e036c07b4915b85545ffc9bfc0 /arch/powerpc | |
parent | 0f5a869600141a0d5575e3190af01a050c081b07 (diff) | |
download | linux-b0b7dcbdf327bc57018d498e07331b2c96916dc7.tar.gz linux-b0b7dcbdf327bc57018d498e07331b2c96916dc7.tar.bz2 linux-b0b7dcbdf327bc57018d498e07331b2c96916dc7.zip |
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')
-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 @@ #define PVR_8560 0x80200000 #define PVR_VER_E500V1 0x8020 #define PVR_VER_E500V2 0x8021 +#define PVR_VER_E500MC 0x8023 +#define PVR_VER_E5500 0x8024 #define PVR_VER_E6500 0x8040 /* |