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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent a2d0945 commit 2341789

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)