dt-bindings: soc_sleep_stats: Add a property to get drv max

This change adds a property to get drv max.

Change-Id: I5cd9e67fd6c804a14f72a7624c23c5ce58061b2f
This commit is contained in:
Minghao Zhang
2022-07-29 16:54:03 +08:00
parent 371bca66d8
commit 8c3dd84802

View File

@@ -26,6 +26,11 @@ properties:
reg:
maxItems: 1
qcom,drv-max:
maxItems: 1
Value type: <u32>
Definition: Drv max value supported on target.
ss-name:
$ref: /schemas/types.yaml#/definitions/string
Value type: <stringlist>
@@ -35,7 +40,7 @@ properties:
mboxes:
$ref: "/schemas/types.yaml#/definitions/phandle-array"
maxItems: 1
Value type: Value type: <prop-encoded-array>
Value type: <prop-encoded-array>
Definition: List of QMP mailbox phandle and channel identifier tuples.
ddr-freq-update:
@@ -53,6 +58,7 @@ examples:
rpmh-sleep-stats@c3f0000 {
compatible = "qcom,rpmh-sleep-stats";
reg = <0 0xc3f0000 0 0x400>;
qcom,drv-max = <0x14>;
ss-name = "modem", "adsp", "adsp_island",
"cdsp", "slpi", "slpi_island",
"apss";
@@ -69,6 +75,7 @@ examples:
rpmh-sleep-stats@c3f0000 {
compatible = "qcom,rpmh-sleep-stats";
reg = <0 0xc3f0000 0 0x400>;
qcom,drv-max = <0x14>;
ss-name = "modem", "adsp", "adsp_island",
"cdsp", "slpi", "slpi_island",
"apss";