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-07-20 13:15:18 +0800
commit44124255f34e98af48dec976283c1ae8a726e79d (patch)
tree4391fc0909929cc25738b5d9a88b157bb7253afc /arch/arm/mach-mx6/devices-imx6q.h
parent4e139825c10d7d9ab81f89f263261a1606c2f4df (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;