mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 09:49:52 +00:00
Merge "dt-bindings: Add documentation for cluster device"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
bcd126c476
24
bindings/arm/msm/qcom,lpm-cluster-dev.txt
Normal file
24
bindings/arm/msm/qcom,lpm-cluster-dev.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
* Low Power Management Levels
|
||||
|
||||
The application processor can do a variety of cluster level low power modes.
|
||||
It does so by predicting the low power mode based on latency and residency
|
||||
information of various CPUs and clusters.
|
||||
|
||||
To make cluster low power mode decision, cluster device use the different prediction
|
||||
algorithms so that chosen the particular low power mode more efficiently.
|
||||
|
||||
- compatible:
|
||||
Usage: required
|
||||
Value type: <string>
|
||||
Definition: must be "qcom,lpm-cluster-dev"
|
||||
|
||||
- power-domains:
|
||||
Usage: required
|
||||
Value type: <phandle>
|
||||
Definition: must be parent domain phandle
|
||||
|
||||
[Example dts]
|
||||
cluster-device {
|
||||
compatible = "qcom,lpm-cluster-dev";
|
||||
power-domains = <&CLUSTER_PD>;
|
||||
};
|
||||
Reference in New Issue
Block a user