diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-03-22 16:49:20 +0000 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-04-20 21:26:36 +0800 |
commit | a7e26f356ca12906a164d83c9e9f8527ee7da022 (patch) | |
tree | 3fb720025323eaecb28cd9d0fcca7257c719029c /drivers/soc/imx/Makefile | |
parent | 851826c7566e9bb4d03eb050634031ecc802affb (diff) |
soc: imx: Add generic i.MX8 SoC driver
Add generic i.MX8 SoC driver along with the i.MX8MQ SoC specific code.
For now, only i.MX8MQ revision B1 is supported. For any other, i.MX8MQ
revision it will print 'unknown'.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/soc/imx/Makefile')
-rw-r--r-- | drivers/soc/imx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/imx/Makefile b/drivers/soc/imx/Makefile index 506a6f3c2b9b..d6b529e06d9a 100644 --- a/drivers/soc/imx/Makefile +++ b/drivers/soc/imx/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_HAVE_IMX_GPC) += gpc.o obj-$(CONFIG_IMX_GPCV2_PM_DOMAINS) += gpcv2.o +obj-$(CONFIG_ARCH_MXC) += soc-imx8.o |