Skip to content

Commit 7a430af

Browse files
robherringvinodkoul
authored andcommitted
dt-bindings: dma: nvidia,tegra20-apbdma: Add undocumented compatibles and "clock-names"
Add the undocumented NVIDIA APBDMA compatibles and "clock-names" which are already in use. There doesn't appear to be any per compatible differences. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250812203308.727731-1-robh@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 72dd8b2 commit 7a430af

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

Documentation/devicetree/bindings/dma/nvidia,tegra20-apbdma.yaml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@ maintainers:
1818
properties:
1919
compatible:
2020
oneOf:
21-
- const: nvidia,tegra20-apbdma
21+
- enum:
22+
- nvidia,tegra114-apbdma
23+
- nvidia,tegra20-apbdma
2224
- items:
2325
- const: nvidia,tegra30-apbdma
2426
- const: nvidia,tegra20-apbdma
27+
- items:
28+
- enum:
29+
- nvidia,tegra124-apbdma
30+
- nvidia,tegra210-apbdma
31+
- const: nvidia,tegra148-apbdma
2532

2633
reg:
2734
maxItems: 1
@@ -32,6 +39,9 @@ properties:
3239
clocks:
3340
maxItems: 1
3441

42+
clock-names:
43+
const: dma
44+
3545
interrupts:
3646
description:
3747
Should contain all of the per-channel DMA interrupts in

0 commit comments

Comments
 (0)