dmaengine: fsl-edma-common: correct DSIZE_32BYTE
authorRobin Gong <yibin.gong@nxp.com>
Mon, 29 Jun 2020 16:59:58 +0000 (00:59 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 6 Jul 2020 04:54:49 +0000 (10:24 +0530)
commite142087b15960a4e1e5932942e5abae1f49d2318
treecdb7d519ec6a5bf2f36a87b1ad1fab8d0d4e9b8c
parent99ba8b9b0d9780e9937eb1d488d120e9e5c2533d
dmaengine: fsl-edma-common: correct DSIZE_32BYTE

Correct EDMA_TCD_ATTR_DSIZE_32BYTE define since it's broken by the below:
'0x0005 --> BIT(3) | BIT(0))'

Fixes: 4d6d3a90e4ac ("dmaengine: fsl-edma: fix macros")
Signed-off-by: Robin Gong <yibin.gong@nxp.com>
Tested-by: Angelo Dureghello <angelo@sysam.it>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/1593449998-32091-1-git-send-email-yibin.gong@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/fsl-edma-common.h