imx: imx7d: initial arch level support
authorAdrian Alonso <aalonso@freescale.com>
Wed, 2 Sep 2015 18:54:17 +0000 (13:54 -0500)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Sep 2015 08:11:53 +0000 (10:11 +0200)
commitb1d902a9f7f9b4de82f88b82cbb6daa4118e9788
tree5010975bc8aaa76a790bf4702c14058018d54abc
parent6953574188c2922d32e8f5dfbc72eaf08b799ada
imx: imx7d: initial arch level support

* Add system arch level header files
  - imx-regs.h: iMX7D SoC system architecture registers
  - crm_regs.h: Clock control module registers
  - sys_proto.h: helper callback function for SoC setup

Signed-off-by: Adrian Alonso <aalonso@freescale.com>
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Signed-off-by: Ye.Li <B37916@freescale.com>
arch/arm/include/asm/arch-mx7/crm_regs.h [new file with mode: 0644]
arch/arm/include/asm/arch-mx7/imx-regs.h [new file with mode: 0644]
arch/arm/include/asm/arch-mx7/sys_proto.h [new file with mode: 0644]