summaryrefslogtreecommitdiffstats
path: root/include/soc/imx/cpu.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: imx: Initialize SoC ID on i.MX50Jonathan Neuschäfer2021-05-131-0/+1
| | | | | | | | | As on i.MX51 and i.MX53, initialize the SoC ID based on the SoC compatible string of the board. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Reviewed-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: imx: move cpu definitions into a headerPeng Fan2020-05-201-0/+36
The soc device register code will be moved to drivers/soc/imx/, the code needs the cpu type definitions. So let's move the cpu type definitions to a header. Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>