Skip to content

Commit 2341789

Browse files
morimotovinodkoul
authored andcommitted
dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatible
Add the reason why we need r8a779a0 compatible. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87a5dlwlr0.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent a2d0945 commit 2341789

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/dma/sh/rcar-dmac.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,6 +2023,10 @@ static const struct of_device_id rcar_dmac_of_ids[] = {
20232023
.compatible = "renesas,rcar-gen4-dmac",
20242024
.data = &rcar_gen4_dmac_data,
20252025
}, {
2026+
/*
2027+
* Backward compatibility for between v5.12 - v5.19
2028+
* which didn't combined with "renesas,rcar-gen4-dmac"
2029+
*/
20262030
.compatible = "renesas,dmac-r8a779a0",
20272031
.data = &rcar_gen4_dmac_data,
20282032
},

0 commit comments

Comments
 (0)