[PATCH 1/9] powerpc/fsl: add PVR definition for E500MC and E5500
Chenhui Zhao
chenhui.zhao at freescale.com
Fri Mar 7 15:57:57 EST 2014
From: Wang Dongsheng <dongsheng.wang at freescale.com>
Signed-off-by: Wang Dongsheng <dongsheng.wang at freescale.com>
---
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 62b114e..cd7b630 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -1075,6 +1075,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
/*
--
1.7.3
More information about the Linuxppc-dev
mailing list