diff options
| author | Guodong Xu <guodong@riscstar.com> | 2026-05-18 11:32:41 +0800 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2026-05-19 22:46:17 +0530 |
| commit | 55620b11186c81757b05fb8e2df9ddc7127d6fd2 (patch) | |
| tree | 9b097ee68381a0990b1999aab340a083bf988b7a | |
| parent | 998514806998f76d367f935940d0c5e5e5cd12c6 (diff) | |
| download | linux-55620b11186c81757b05fb8e2df9ddc7127d6fd2.tar.gz linux-55620b11186c81757b05fb8e2df9ddc7127d6fd2.zip | |
dt-bindings: dmaengine: Add SpacemiT K3 DMA compatible string
Add the "spacemit,k3-pdma" compatible string for the SpacemiT K3 SoC.
While the K3 PDMA IP reuses most of the design found on the earlier
K1 SoC, a new compatible string is required because the DRCMR
(DMA Request/Command Register) base address for extended DMA request
numbers (>= 64) differs from the K1 implementation.
Signed-off-by: Guodong Xu <guodong@riscstar.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Troy Mitchell <troy.mitchell@linux.spacemit.com>
Link: https://patch.msgid.link/20260518-k3-pdma-v6-1-67fdf319a8f8@linux.spacemit.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml b/Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml index ec06235baf5c..62ce6d81526b 100644 --- a/Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml +++ b/Documentation/devicetree/bindings/dma/spacemit,k1-pdma.yaml @@ -14,7 +14,9 @@ allOf: properties: compatible: - const: spacemit,k1-pdma + enum: + - spacemit,k1-pdma + - spacemit,k3-pdma reg: maxItems: 1 |
