diff --git a/bindings/soc/qcom/qcom,mem-buf-msgq.yaml b/bindings/soc/qcom/qcom,mem-buf-msgq.yaml index 0ebdec93..115e4978 100644 --- a/bindings/soc/qcom/qcom,mem-buf-msgq.yaml +++ b/bindings/soc/qcom/qcom,mem-buf-msgq.yaml @@ -17,13 +17,20 @@ properties: items: - 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 required: - compatible + - qcom,msgq-names examples: - | qcom,mem-buf-msgq { compatible = "qcom,mem-buf-msgq"; + qcom,msgq-names = "trusted_vm", "oem_vm"; };