summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-12-27 05:14:02 +0300
committerStefano Babic <sbabic@denx.de>2020-01-08 15:20:08 +0300
commit625b03d8105044fe6fd9428f4cec464aecfdeb9b (patch)
tree53b10d2cc4d1cb4ed4f4328b9acfb1a0661370e5 /arch/arm/include/asm/arch-imx
parent392a4e6dd33ae76960c382a13b1e437b58b425b6 (diff)
downloadu-boot-625b03d8105044fe6fd9428f4cec464aecfdeb9b.tar.xz
imx: get cpu id/type of i.MX8MP
Support get i.MX8MP cpu id and cpu type Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx')
-rw-r--r--arch/arm/include/asm/arch-imx/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h
index b0f4dd089f..5ade63665a 100644
--- a/arch/arm/include/asm/arch-imx/cpu.h
+++ b/arch/arm/include/asm/arch-imx/cpu.h
@@ -33,6 +33,7 @@
#define MXC_CPU_IMX8MMS 0x89 /* dummy ID */
#define MXC_CPU_IMX8MMSL 0x8a /* dummy ID */
#define MXC_CPU_IMX8MN 0x8b /* dummy ID */
+#define MXC_CPU_IMX8MP 0x182/* dummy ID */
#define MXC_CPU_IMX8QXP_A0 0x90 /* dummy ID */
#define MXC_CPU_IMX8QM 0x91 /* dummy ID */
#define MXC_CPU_IMX8QXP 0x92 /* dummy ID */