mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user