mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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:
committed by
Gerrit - the friendly Code Review server
parent
7bf8c11411
commit
4e6ae5e234
@@ -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
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user