dt-bindings: Add qcom,msgq-names property to qcom,mem-buf-msgq

This device can communicate with more than one msgq. Describe
the names or these msgqs.

Change-Id: Ibc0a4de16c6158ac756459fc2ee8862bd9e23215
Signed-off-by: Patrick Daly <quic_pdaly@quicinc.com>
This commit is contained in:
Patrick Daly
2024-05-13 16:41:22 -07:00
parent dbd66daf72
commit c4d6c98472

View File

@@ -17,13 +17,20 @@ properties:
items: items:
- const: qcom,mem-buf-msgq - const: qcom,mem-buf-msgq
qcom,msgq-names:
$ref: /schemas/types.yaml#/definitions/string-array
description:
A list of msgqs this device is able to communicate over.
additionalProperties: false additionalProperties: false
required: required:
- compatible - compatible
- qcom,msgq-names
examples: examples:
- | - |
qcom,mem-buf-msgq { qcom,mem-buf-msgq {
compatible = "qcom,mem-buf-msgq"; compatible = "qcom,mem-buf-msgq";
qcom,msgq-names = "trusted_vm", "oem_vm";
}; };