diff options
author | Joy Zou <joy.zou@nxp.com> | 2024-03-23 18:34:54 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2024-04-07 14:50:00 +0300 |
commit | d8d4355861d874cbd1395ec0edcbe4e0f6940738 (patch) | |
tree | 8dbf83917f40c74f6969323368a6ec3400554cbb /drivers/dma/fsl-edma-common.h | |
parent | b14f56beb289ff67fe484d720bf09092163f90c8 (diff) | |
download | linux-d8d4355861d874cbd1395ec0edcbe4e0f6940738.tar.xz |
dmaengine: fsl-edma: add i.MX8ULP edma support
Add support for the i.MX8ULP platform to the eDMA driver. Introduce the use
of the correct FSL_EDMA_DRV_HAS_CHCLK flag to handle per-channel clock
configurations.
Signed-off-by: Joy Zou <joy.zou@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://lore.kernel.org/r/20240323-8ulp_edma-v3-5-c0e981027c05@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/fsl-edma-common.h')
-rw-r--r-- | drivers/dma/fsl-edma-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/fsl-edma-common.h b/drivers/dma/fsl-edma-common.h index 532f647e540e..01157912bfd5 100644 --- a/drivers/dma/fsl-edma-common.h +++ b/drivers/dma/fsl-edma-common.h @@ -192,6 +192,7 @@ struct fsl_edma_desc { #define FSL_EDMA_DRV_WRAP_IO BIT(3) #define FSL_EDMA_DRV_EDMA64 BIT(4) #define FSL_EDMA_DRV_HAS_PD BIT(5) +#define FSL_EDMA_DRV_HAS_CHCLK BIT(6) #define FSL_EDMA_DRV_HAS_CHMUX BIT(7) /* imx8 QM audio edma remote local swapped */ #define FSL_EDMA_DRV_QUIRK_SWAPPED BIT(8) |