summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx7/imx-rdc.h
diff options
context:
space:
mode:
authorYe.Li <B37916@freescale.com>2015-08-25 15:05:38 +0800
committerYe.Li <B37916@freescale.com>2015-08-25 15:56:06 +0800
commit3b548a3ddf03dcbb646912ef7bbdd3cdb2daf81a (patch)
tree99415cc2e9bbf47ef301f7723b4b0e651cb68cdb /arch/arm/include/asm/arch-mx7/imx-rdc.h
parent5c8dcbe7aba3980e07a67bb567bfddc5700460a5 (diff)
downloadu-boot-imx-3b548a3ddf03dcbb646912ef7bbdd3cdb2daf81a.zip
u-boot-imx-3b548a3ddf03dcbb646912ef7bbdd3cdb2daf81a.tar.gz
u-boot-imx-3b548a3ddf03dcbb646912ef7bbdd3cdb2daf81a.tar.bz2
MLK-11408-1 imx: mx7d: Add mx7d RDC driver support
Add the peripherals/masters definitions and registers base addresses for mx7d RDC. Enable the RDC driver by setting CONFIG_MXC_RDC. Signed-off-by: Ye.Li <B37916@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx7/imx-rdc.h')
-rw-r--r--arch/arm/include/asm/arch-mx7/imx-rdc.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx7/imx-rdc.h b/arch/arm/include/asm/arch-mx7/imx-rdc.h
new file mode 100644
index 0000000..0de4bbf
--- /dev/null
+++ b/arch/arm/include/asm/arch-mx7/imx-rdc.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (C) 2015 Freescale Semiconductor, Inc.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __IMX_RDC_H__
+#define __IMX_RDC_H__
+
+#if defined(CONFIG_MX7D)
+#include "mx7d_rdc.h"
+#else
+#error "Please select cpu"
+#endif /* CONFIG_MX7D */
+
+#endif /* __IMX_RDC_H__*/