projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d0945
)
dmaengine: sh: rcar-dmac: add comment for r8a779a0 compatible
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 27 Nov 2024 00:42:12 +0000
(
00:42
+0000)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 4 Dec 2024 12:30:56 +0000
(18:00 +0530)
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>
drivers/dma/sh/rcar-dmac.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/sh/rcar-dmac.c
b/drivers/dma/sh/rcar-dmac.c
index 2679c1f09faf075159282eae26d888cd5b183684..0c45ce8c74aa2dedb2764856453da4d9944ab83f 100644
(file)
--- a/
drivers/dma/sh/rcar-dmac.c
+++ b/
drivers/dma/sh/rcar-dmac.c
@@
-2023,6
+2023,10
@@
static const struct of_device_id rcar_dmac_of_ids[] = {
.compatible = "renesas,rcar-gen4-dmac",
.data = &rcar_gen4_dmac_data,
}, {
+ /*
+ * Backward compatibility for between v5.12 - v5.19
+ * which didn't combined with "renesas,rcar-gen4-dmac"
+ */
.compatible = "renesas,dmac-r8a779a0",
.data = &rcar_gen4_dmac_data,
},