On 10/20/21 5:54 PM, David Heidelberg wrote:
IPA v4.5 interconnects was missing from dt-schema, which was trigering
warnings while validation.
Signed-off-by: David Heidelberg <david@xxxxxxx>
Sorry about that. This is actually not correct, because
the DTS file is not correct. I've been meaning to fix it
but didn't want to commit the change until I had actually
tested it.
The DTS file was sent out before I had a better understanding
of what it was supposed to represent.
I will put a priority on fixing the DTS file soon.
-Alex
---
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