summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/imx-common/dma.h
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2015-12-22 17:04:22 +0800
committerStefano Babic <sbabic@denx.de>2016-01-24 12:09:16 +0100
commit1fc4f80495a494f8277987fa0f3976d1ffe81dc7 (patch)
tree3a877cccb37451342490875cd9f2347bd92f5473 /arch/arm/include/asm/imx-common/dma.h
parentc6d3d812fefabd0807fca485fef89e0c32ed4190 (diff)
downloadtalos-obmc-uboot-1fc4f80495a494f8277987fa0f3976d1ffe81dc7.tar.gz
talos-obmc-uboot-1fc4f80495a494f8277987fa0f3976d1ffe81dc7.zip
imx: apbh_dma: Update APBH-DMA for MX7D
Update APBH-DMA driver and head files to support i.MX7D Signed-off-by: Peng Fan <peng.fan@nxp.com> Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include/asm/imx-common/dma.h')
-rw-r--r--arch/arm/include/asm/imx-common/dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/imx-common/dma.h b/arch/arm/include/asm/imx-common/dma.h
index 7d421b3967..1aec4f9d5a 100644
--- a/arch/arm/include/asm/imx-common/dma.h
+++ b/arch/arm/include/asm/imx-common/dma.h
@@ -59,7 +59,7 @@ enum {
MXS_DMA_CHANNEL_AHB_APBH_RESERVED1,
MXS_MAX_DMA_CHANNELS,
};
-#elif defined(CONFIG_MX6)
+#elif defined(CONFIG_MX6) || defined(CONFIG_MX7)
enum {
MXS_DMA_CHANNEL_AHB_APBH_GPMI0 = 0,
MXS_DMA_CHANNEL_AHB_APBH_GPMI1,
OpenPOWER on IntegriCloud