Skip to content

Commit 7ac9226

Browse files
miquelraynalvinodkoul
authored andcommitted
dt-bindings: dmaengine: Introduce RZN1 DMA compatible
Just like for the NAND controller that is also on this SoC, let's provide a SoC generic and a more specific couple of compatibles for the DMA controller. Signed-off-by: Miquel Raynal <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Rob Herring <[email protected]> Acked-by: Vinod Koul <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent ad73c62 commit 7ac9226

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Documentation/devicetree/bindings/dma/snps,dma-spear1340.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ allOf:
1515

1616
properties:
1717
compatible:
18-
const: snps,dma-spear1340
18+
oneOf:
19+
- const: snps,dma-spear1340
20+
- items:
21+
- enum:
22+
- renesas,r9a06g032-dma
23+
- const: renesas,rzn1-dma
24+
1925

2026
"#dma-cells":
2127
minimum: 3

0 commit comments

Comments
 (0)