All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: net: qcom,ipa: describe IPA v4.5 interconnects
@ 2021-10-20 22:54 David Heidelberg
  2021-10-20 22:54 ` [PATCH 2/2] dt-bindings: net: qcom,ipa: IPA does support up to two iommus David Heidelberg
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: David Heidelberg @ 2021-10-20 22:54 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, David S. Miller, Jakub Kicinski,
	Rob Herring, Alex Elder
  Cc: ~okias/devicetree, David Heidelberg, linux-arm-msm, netdev,
	devicetree, linux-kernel

IPA v4.5 interconnects was missing from dt-schema, which was trigering
warnings while validation.

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 Documentation/devicetree/bindings/net/qcom,ipa.yaml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
index b8a0b392b24e..a2835ed52076 100644
--- a/Documentation/devicetree/bindings/net/qcom,ipa.yaml
+++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml
@@ -95,6 +95,11 @@ properties:
           - description: Path leading to system memory
           - description: Path leading to internal memory
           - description: Path between the AP and IPA config space
+      - items: # IPA v4.5
+          - description: Path leading to system memory region A
+          - description: Path leading to system memory region B
+          - description: Path leading to internal memory
+          - description: Path between the AP and IPA config space
 
   interconnect-names:
     oneOf:
@@ -105,6 +110,11 @@ properties:
           - const: memory
           - const: imem
           - const: config
+      - items: # IPA v4.5
+          - const: memory-a
+          - const: memory-b
+          - const: imem
+          - const: config
 
   qcom,smem-states:
     $ref: /schemas/types.yaml#/definitions/phandle-array
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-10-26 16:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 22:54 [PATCH 1/2] dt-bindings: net: qcom,ipa: describe IPA v4.5 interconnects David Heidelberg
2021-10-20 22:54 ` [PATCH 2/2] dt-bindings: net: qcom,ipa: IPA does support up to two iommus David Heidelberg
2021-10-21 13:30   ` Rob Herring
2021-10-21 13:51 ` [PATCH 1/2] dt-bindings: net: qcom,ipa: describe IPA v4.5 interconnects Alex Elder
2021-10-21 20:34 ` Alex Elder
2021-10-21 20:35 ` Alex Elder
2021-10-21 22:11   ` David Heidelberg
2021-10-26 14:17     ` Alex Elder
2021-10-26 16:34       ` David Heidelberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.