Skip to content

Commit 39dc2a4

Browse files
Fabio Estevamvinodkoul
authored andcommitted
dmaengine: imx-dma: Remove i.MX21 support
i.MX21 support has been removed since commit 4b563a0 ("ARM: imx: Remove imx21 support"). Remove the i.MX21 support inside the imx-dma driver. Signed-off-by: Fabio Estevam <[email protected]> Reviewed-by: Peng Fan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 2ccf482 commit 39dc2a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/dma/imx-dma.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ struct imxdma_channel {
167167

168168
enum imx_dma_type {
169169
IMX1_DMA,
170-
IMX21_DMA,
171170
IMX27_DMA,
172171
};
173172

@@ -194,8 +193,6 @@ struct imxdma_filter_data {
194193
static const struct of_device_id imx_dma_of_dev_id[] = {
195194
{
196195
.compatible = "fsl,imx1-dma", .data = (const void *)IMX1_DMA,
197-
}, {
198-
.compatible = "fsl,imx21-dma", .data = (const void *)IMX21_DMA,
199196
}, {
200197
.compatible = "fsl,imx27-dma", .data = (const void *)IMX27_DMA,
201198
}, {

0 commit comments

Comments
 (0)