From 4e6ae5e2349d647b4ded6c7d640b030e178faec6 Mon Sep 17 00:00:00 2001 From: Tushar Nimkar Date: Tue, 15 Jun 2021 16:20:07 +0530 Subject: [PATCH] dt-bindings: soc_sleep_stats: Add QMP mbox as optional property This adds QMP mbox as optional property to soc_sleep_stats driver. With this change driver can support to get bandwidth vote information of various subsystem on DDR. Change-Id: I3108629866de65e474cba505ea79c2b9d6af880a --- bindings/soc/qcom/soc-sleep-stats.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bindings/soc/qcom/soc-sleep-stats.yaml b/bindings/soc/qcom/soc-sleep-stats.yaml index c3ee6a48..87498887 100644 --- a/bindings/soc/qcom/soc-sleep-stats.yaml +++ b/bindings/soc/qcom/soc-sleep-stats.yaml @@ -31,6 +31,11 @@ properties: Definition: Supported subsystem names. Must be from "modem", "adsp", "adsp_island", "cdsp", "slpi", "slpi_island", "apss", "gpu", "display". + mboxes: + $ref: "/schemas/types.yaml#/definitions/phandle-array" + maxItems: 1 + Value type: Value type: + Definition: List of QMP mailbox phandle and channel identifier tuples. required: - compatible @@ -45,6 +50,7 @@ examples: ss-name = "modem", "adsp", "adsp_island", "cdsp", "slpi", "slpi_island", "apss"; + mboxes = <&qmp_aop 0>; }; # Example of rpm sleep stats - |