summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7/sys_proto.h
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2015-09-02 13:54:17 -0500
committerStefano Babic <sbabic@denx.de>2015-09-13 10:11:53 +0200
commitb1d902a9f7f9b4de82f88b82cbb6daa4118e9788 (patch)
tree5010975bc8aaa76a790bf4702c14058018d54abc /arch/arm/include/asm/arch-mx7/sys_proto.h
parent6953574188c2922d32e8f5dfbc72eaf08b799ada (diff)
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>
Diffstat (limited to 'arch/arm/include/asm/arch-mx7/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-mx7/sys_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/sys_proto.h b/arch/arm/include/asm/arch-mx7/sys_proto.h
new file mode 100644
index 0000000000..f19684b024
--- /dev/null
+++ b/arch/arm/include/asm/arch-mx7/sys_proto.h
@@ -0,0 +1,7 @@
+/*
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <asm/imx-common/sys_proto.h>