Skip to content

Commit 37240f7

Browse files
Sheetalbroonie
authored andcommitted
dt-bindings: ASoC: admaif: Add missing properties
Add optional interconnect and iommu properties to admaif yaml. These properties are supported from Tegra186 SoC onwards. This fixes below dtbs_check error for Tegra194 and Tegra234: 'interconnect-names', 'interconnects', 'iommus' do not match any of the regexes: 'pinctrl-[0-9]+' Signed-off-by: Sheetal <[email protected]> Acked-by: "Rob Herring (Arm)" <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 0d2992d commit 37240f7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Documentation/devicetree/bindings/sound/nvidia,tegra210-admaif.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,19 @@ properties:
3939

4040
dma-names: true
4141

42+
interconnects:
43+
items:
44+
- description: APE read memory client
45+
- description: APE write memory client
46+
47+
interconnect-names:
48+
items:
49+
- const: dma-mem # read
50+
- const: write
51+
52+
iommus:
53+
maxItems: 1
54+
4255
ports:
4356
$ref: /schemas/graph.yaml#/properties/ports
4457
description: |
@@ -74,6 +87,9 @@ then:
7487
Should be "tx1", "tx2" ... "tx10" for DMA Tx channel
7588
minItems: 1
7689
maxItems: 20
90+
interconnects: false
91+
interconnect-names: false
92+
iommus: false
7793

7894
else:
7995
properties:

0 commit comments

Comments
 (0)