Skip to content

Commit 7655ec4

Browse files
Pierre-Henry Moussayvinodkoul
authored andcommitted
dt-bindings: dma: sifive pdma: Add PIC64GX to compatibles
PIC64GX is compatible as out of order DMA capable, just like the MPFS version, therefore we add it with microchip,mpfs-pdma as a fallback Signed-off-by: Pierre-Henry Moussay <pierre-henry.moussay@microchip.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240930095449.1813195-10-pierre-henry.moussay@microchip.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 39d283d commit 7655ec4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ allOf:
2727

2828
properties:
2929
compatible:
30-
items:
31-
- enum:
32-
- microchip,mpfs-pdma
33-
- sifive,fu540-c000-pdma
34-
- const: sifive,pdma0
30+
oneOf:
31+
- items:
32+
- const: microchip,pic64gx-pdma
33+
- const: microchip,mpfs-pdma
34+
- const: sifive,pdma0
35+
- items:
36+
- enum:
37+
- microchip,mpfs-pdma
38+
- sifive,fu540-c000-pdma
39+
- const: sifive,pdma0
3540
description:
3641
Should be "sifive,<chip>-pdma" and "sifive,pdma<version>".
3742
Supported compatible strings are -

0 commit comments

Comments
 (0)