Commit 559a6690 authored by Tan Chun Hau's avatar Tan Chun Hau Committed by Vinod Koul

dmaengine: dw-axi-dmac: Add support for StarFive JH8100 DMA

JH8100 requires reset operation only in device probe.
Signed-off-by: default avatarTan Chun Hau <chunhau.tan@starfivetech.com>
Link: https://lore.kernel.org/r/20240327025126.229475-3-chunhau.tan@starfivetech.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 9bcf929b
......@@ -1653,6 +1653,9 @@ static const struct of_device_id dw_dma_of_id_table[] = {
}, {
.compatible = "starfive,jh7110-axi-dma",
.data = (void *)(AXI_DMA_FLAG_HAS_RESETS | AXI_DMA_FLAG_USE_CFG2),
}, {
.compatible = "starfive,jh8100-axi-dma",
.data = (void *)AXI_DMA_FLAG_HAS_RESETS,
},
{}
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment