[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250429055941.901511-2-sheetal@nvidia.com>
Date: Tue, 29 Apr 2025 05:59:31 +0000
From: "Sheetal ." <sheetal@...dia.com>
To: <robh@...nel.org>, <krzk+dt@...nel.org>, <conor+dt@...nel.org>,
<lgirdwood@...il.com>, <broonie@...nel.org>
CC: <perex@...ex.cz>, <tiwai@...e.com>, <devicetree@...r.kernel.org>,
<linux-tegra@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-sound@...r.kernel.org>, <thierry.reding@...il.com>,
<jonathanh@...dia.com>, <spujar@...dia.com>, <mkumard@...dia.com>, Sheetal
<sheetal@...dia.com>
Subject: [PATCH v2 01/11] dt-bindings: ASoC: admaif: Add missing properties
From: Sheetal <sheetal@...dia.com>
Add interconnect and iommus properties in admaif yaml.
This fixes dtbs_check error:
'interconnect-names', 'interconnects', 'iommus' do not match
any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Sheetal <sheetal@...dia.com>
---
.../bindings/sound/nvidia,tegra210-admaif.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/Documentation/devicetree/bindings/sound/nvidia,tegra210-admaif.yaml b/Documentation/devicetree/bindings/sound/nvidia,tegra210-admaif.yaml
index 15ab40aeab1e..3008ab4c96ad 100644
--- a/Documentation/devicetree/bindings/sound/nvidia,tegra210-admaif.yaml
+++ b/Documentation/devicetree/bindings/sound/nvidia,tegra210-admaif.yaml
@@ -39,6 +39,19 @@ properties:
dma-names: true
+ interconnects:
+ items:
+ - description: APE read memory client
+ - description: APE write memory client
+
+ interconnect-names:
+ items:
+ - const: dma-mem # read
+ - const: write
+
+ iommus:
+ maxItems: 1
+
ports:
$ref: /schemas/graph.yaml#/properties/ports
description: |
--
2.17.1
Powered by blists - more mailing lists