summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/cpu.c
diff options
context:
space:
mode:
authorAnson Huang <Anson.Huang@nxp.com>2016-11-08 00:06:50 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit249f5350a2b4cd23c769922c6c351a5ff5e0701e (patch)
tree69d604db45dbd870a046b79012479b87f607e783 /arch/arm/mach-imx/cpu.c
parent54fe9beff3d2a3ce94c18cfd7ea151bbd4a807fd (diff)
MLK-13441-7 ARM: imx: add i.mx7ulp MSL support
Add i.MX7ULP MSL support. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'arch/arm/mach-imx/cpu.c')
-rw-r--r--arch/arm/mach-imx/cpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/cpu.c b/arch/arm/mach-imx/cpu.c
index d0cb82c5d6d2..3a28b16936f4 100644
--- a/arch/arm/mach-imx/cpu.c
+++ b/arch/arm/mach-imx/cpu.c
@@ -143,6 +143,9 @@ struct device * __init imx_soc_device_init(void)
case MXC_CPU_IMX6SLL:
soc_id = "i.MX6SLL";
break;
+ case MXC_CPU_IMX7ULP:
+ soc_id = "i.MX7ULP";
+ break;
default:
soc_id = "Unknown";
}