summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx6
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2016-01-28 16:55:00 +0800
committerStefano Babic <sbabic@denx.de>2016-02-21 11:46:26 +0100
commitde09c43bbfeeae767a8561d2810df55675e8b1a4 (patch)
tree08ff1546c0cd20560b52e1173f8e6a5655f0dfad /arch/arm/include/asm/arch-mx6
parent613e01065a17e17af9b6ab5b41c976a03990cc1a (diff)
downloadtalos-obmc-uboot-de09c43bbfeeae767a8561d2810df55675e8b1a4.tar.gz
talos-obmc-uboot-de09c43bbfeeae767a8561d2810df55675e8b1a4.zip
imx: imx-common: introduce Resource Domain Controller support
Introduce Resource Domain Controller support for i.MX. Now i.MX6SX and i.MX7D supports this feature to assign masters and peripherals to different domains. Signed-off-by: Ye.Li <ye.li@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx6')
-rw-r--r--arch/arm/include/asm/arch-mx6/imx-rdc.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/imx-rdc.h b/arch/arm/include/asm/arch-mx6/imx-rdc.h
new file mode 100644
index 0000000000..5754f049e4
--- /dev/null
+++ b/arch/arm/include/asm/arch-mx6/imx-rdc.h
@@ -0,0 +1,12 @@
+/*
+ * Copyright (C) 2016 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __IMX_RDC_H__
+#define __IMX_RDC_H__
+
+#error "Please select cpu"
+
+#endif /* __IMX_RDC_H__*/
OpenPOWER on IntegriCloud