summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/devices-imx6q.h
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2011-07-22 10:28:03 +0800
committerJason Liu <r64343@freescale.com>2012-01-09 20:21:55 +0800
commitb53f1a30c7dfa5453f9054685141f9f6080c71b8 (patch)
tree9b0915830b64409ca2cf632c62c3f6e483da4cd8 /arch/arm/mach-mx6/devices-imx6q.h
parent714b67b0b6312464c4561333a641ea1332a6b56b (diff)
ENGR00139247-4 ARM: add APBH-DMA arch code for imx6q
add the arch code for APBH-DMA. Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/devices-imx6q.h')
-rw-r--r--arch/arm/mach-mx6/devices-imx6q.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/devices-imx6q.h b/arch/arm/mach-mx6/devices-imx6q.h
index 94cfd0c7acdb..3f6a3e075b7a 100644
--- a/arch/arm/mach-mx6/devices-imx6q.h
+++ b/arch/arm/mach-mx6/devices-imx6q.h
@@ -32,6 +32,9 @@ imx6q_anatop_thermal_imx_data __initconst;
#define imx6q_add_anatop_thermal_imx(id, pdata) \
imx_add_anatop_thermal_imx(&imx6q_anatop_thermal_imx_data, pdata)
+extern const struct imx_dma_data imx6q_dma_data __initconst;
+#define imx6q_add_dma() imx_add_dma(&imx6q_dma_data);
+
#define imx6q_add_gpmi(platform_data) imx_add_gpmi(platform_data);
extern const struct imx_fec_data imx6q_fec_data __initconst;