Skip to content

Commit

Permalink
dt-bindings: dma: sifive pdma: Add PIC64GX to compatibles
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pierre-Henry Moussay authored and Vinod Koul committed Oct 21, 2024
1 parent 39d283d commit 7655ec4
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ allOf:

properties:
compatible:
items:
- enum:
- microchip,mpfs-pdma
- sifive,fu540-c000-pdma
- const: sifive,pdma0
oneOf:
- items:
- const: microchip,pic64gx-pdma
- const: microchip,mpfs-pdma
- const: sifive,pdma0
- items:
- enum:
- microchip,mpfs-pdma
- sifive,fu540-c000-pdma
- const: sifive,pdma0
description:
Should be "sifive,<chip>-pdma" and "sifive,pdma<version>".
Supported compatible strings are -
Expand Down

0 comments on commit 7655ec4

Please sign in to comment.