MLK-18205-6 soc: imx: add i.MX8MM support

Add i.MX8MM SoC support.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Bai Ping <ping.bai@nxp.com>
This commit is contained in:
Anson Huang 2018-05-04 17:26:52 +08:00 committed by Jason Liu
parent 4fa37208c0
commit f029b6aa1c
2 changed files with 7 additions and 0 deletions

View file

@ -26,6 +26,12 @@ config ARCH_FSL_IMX8MQ
select HAVE_IMX_RPMSG
select HAVE_IMX8_SOC
config ARCH_FSL_IMX8MM
bool "i.MX8MM"
select HAVE_IMX_MU
select HAVE_IMX_RPMSG
select HAVE_IMX8_SOC
endif
config IMX7_PM_DOMAINS

View file

@ -4,4 +4,5 @@ obj-$(CONFIG_HAVE_IMX_MU) += mu/
obj-$(CONFIG_ARCH_FSL_IMX8QM) += sc/
obj-$(CONFIG_ARCH_FSL_IMX8QM) += pm-domains.o
obj-$(CONFIG_ARCH_FSL_IMX8MQ) += busfreq-imx8mq.o gpc-psci.o
obj-$(CONFIG_ARCH_FSL_IMX8MM) += gpc-psci.o
obj-$(CONFIG_HAVE_IMX8_SOC) += soc-imx8.o