[PATCH v2 3/3] dma: enable mxs-dma for imx6q
Vinod Koul
vinod.koul at linux.intel.com
Thu Jun 7 05:26:18 EDT 2012
On Wed, 2012-06-06 at 21:22 -0400, Huang Shijie wrote:
> enable the mxs-dma for imx6q.
> Also remove the unused header file.
>
> Signed-off-by: Huang Shijie <shijie8 at gmail.com>
> ---
> drivers/dma/Kconfig | 2 +-
> drivers/dma/mxs-dma.c | 1 -
> 2 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
> index aadeb5b..c8416d5 100644
> --- a/drivers/dma/Kconfig
> +++ b/drivers/dma/Kconfig
> @@ -237,7 +237,7 @@ config IMX_DMA
>
> config MXS_DMA
> bool "MXS DMA support"
> - depends on SOC_IMX23 || SOC_IMX28
> + depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q
> select STMP_DEVICE
> select DMA_ENGINE
> help
> diff --git a/drivers/dma/mxs-dma.c b/drivers/dma/mxs-dma.c
> index c96ab15..90b980d 100644
> --- a/drivers/dma/mxs-dma.c
> +++ b/drivers/dma/mxs-dma.c
> @@ -29,7 +29,6 @@
> #include <linux/of_device.h>
>
> #include <asm/irq.h>
> -#include <mach/mxs.h>
>
> #include "dmaengine.h"
>
Applied, Thanks
--
~Vinod
More information about the linux-arm-kernel
mailing list