ARM: imx: add i.mx6ulz msl support
authorAnson Huang <Anson.Huang@nxp.com>
Sun, 30 Sep 2018 03:32:26 +0000 (11:32 +0800)
committerShawn Guo <shawnguo@kernel.org>
Sun, 30 Sep 2018 07:31:40 +0000 (15:31 +0800)
commitc90dec00cc84942614bc41f75dc24a87b6d5763b
treed71ca7638f11ab7bbe50666da755c6bc357774b2
parent8148d2136002da2e2887caf6a07bbd9c033f14f3
ARM: imx: add i.mx6ulz msl support

The i.MX 6ULZ processor is a high-performance, ultra
cost-efficient consumer Linux processor featuring an
advanced implementation of a single Arm® Cortex®-A7 core,
which operates at speeds up to 900 MHz.

This patch adds basic MSL support for i.MX6ULZ, the
i.MX6ULZ has same soc_id as i.MX6ULL, and SRC_SBMR2 bit[6]
is to differentiate i.MX6ULZ from i.MX6ULL, 1'b1 means
i.MX6ULZ and 1'b0 means i.MX6ULL.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/anatop.c
arch/arm/mach-imx/cpu.c
arch/arm/mach-imx/mxc.h
arch/arm/mach-imx/pm-imx6.c