summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx/cpu.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-08 15:24:50 -0500
committerTom Rini <trini@konsulko.com>2020-01-08 15:24:50 -0500
commitdeb287b561233a1a9718ec87360dfa2079144e60 (patch)
tree2ecce95e6d7203f63ffa8c6dc0d7c2a90f0aefe6 /arch/arm/include/asm/arch-imx/cpu.h
parentce022f2857714e19c6b31a023b8145782ecef5a5 (diff)
parent028c8c411976c30758ddb5f5ffeef792e4595d8d (diff)
Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
--------------------------------------------------------------------- Add i.MX8MP SoC and EVK board Update README for i.MX8MN EVK and fix mmc env Add pca9450 driver -------------------------------------------------------------------- Travis: https://travis-ci.org/sbabic/u-boot-imx/builds/634211885
Diffstat (limited to 'arch/arm/include/asm/arch-imx/cpu.h')
-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 */