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
This commit is contained in:
Tushar Nimkar
2021-06-15 16:20:07 +05:30
committed by Gerrit - the friendly Code Review server
parent 7bf8c11411
commit 4e6ae5e234

View File

@@ -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: <prop-encoded-array>
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
- |