soc: imx: Add generic i.MX8 SoC driver
authorAbel Vesa <abel.vesa@nxp.com>
Fri, 22 Mar 2019 16:49:20 +0000 (16:49 +0000)
committerShawn Guo <shawnguo@kernel.org>
Sat, 20 Apr 2019 13:26:36 +0000 (21:26 +0800)
commita7e26f356ca12906a164d83c9e9f8527ee7da022
tree3fb720025323eaecb28cd9d0fcca7257c719029c
parent851826c7566e9bb4d03eb050634031ecc802affb
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>
drivers/soc/imx/Makefile
drivers/soc/imx/soc-imx8.c [new file with mode: 0644]