dmaengine: fsl-edma-common: correct DSIZE_32BYTE
authorRobin Gong <yibin.gong@nxp.com>
Mon, 29 Jun 2020 16:59:58 +0000 (00:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Jul 2020 07:34:24 +0000 (09:34 +0200)
commit5e3e3d374c89b85e15cb5dfae80598f63376b31e
tree50112a9198a89d7531afcec4d522410cda1c4388
parent36e4fa9dfaa83605d7070944a42c8af88cae40ab
dmaengine: fsl-edma-common: correct DSIZE_32BYTE

commit e142087b15960a4e1e5932942e5abae1f49d2318 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/dma/fsl-edma-common.h