Skip to content

Commit 7753637

Browse files
vaishnavachathvinodkoul
authored andcommitted
dt-bindings: dma: ti: k3-bcdma: Add J722S CSI BCDMA
J722S CSI BCDMA is similar to J721S2 CSI BCDMA and supports both RX and TX channels but has a different PSIL thread base ID which is currently handled in k3-udma driver. Add an entry for J722S CSIRX BCDMA. Signed-off-by: Vaishnav Achath <vaishnav.a@ti.com> Reviewed-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20241127101627.617537-2-vaishnav.a@ti.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent e883c64 commit 7753637

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/devicetree/bindings/dma/ti/k3-bcdma.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ properties:
3434
- ti,am62a-dmss-bcdma-csirx
3535
- ti,am64-dmss-bcdma
3636
- ti,j721s2-dmss-bcdma-csi
37+
- ti,j722s-dmss-bcdma-csi
3738

3839
reg:
3940
minItems: 3
@@ -196,7 +197,9 @@ allOf:
196197
properties:
197198
compatible:
198199
contains:
199-
const: ti,j721s2-dmss-bcdma-csi
200+
enum:
201+
- ti,j721s2-dmss-bcdma-csi
202+
- ti,j722s-dmss-bcdma-csi
200203
then:
201204
properties:
202205
ti,sci-rm-range-bchan: false

0 commit comments

Comments
 (0)