]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
ARM: imx: move cpu definitions into a header
authorPeng Fan <peng.fan@nxp.com>
Wed, 20 May 2020 05:51:28 +0000 (13:51 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 15:03:47 +0000 (23:03 +0800)
commitf72130c6b62e45df18ca7568d13f5402c2f58115
tree690e10d1f64bce568c91620c34789ffe786a81be
parentd2199b34871b859d33cd08398af5f1530241cb4e
ARM: imx: move cpu definitions into a header

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>
arch/arm/mach-imx/mxc.h
include/soc/imx/cpu.h [new file with mode: 0644]