ARM: dts: msm: Add optional cluster device properties for sun
Add properties like premature count, sample invalid time and whether to use bias timer for cluster device. Change-Id: I487e420ce422766b18d6c86632c521215b0ed484 Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
This commit is contained in:
@@ -1435,16 +1435,23 @@
|
||||
cluster-device0 {
|
||||
compatible = "qcom,lpm-cluster-dev";
|
||||
power-domains = <&CLUSTER_PD0>;
|
||||
qcom,pred-prem-cnt = <2>;
|
||||
qcom,sample-invalid-time = <40000000>;
|
||||
};
|
||||
|
||||
cluster-device1 {
|
||||
compatible = "qcom,lpm-cluster-dev";
|
||||
power-domains = <&CLUSTER_PD1>;
|
||||
qcom,pred-prem-cnt = <2>;
|
||||
qcom,sample-invalid-time = <40000000>;
|
||||
qcom,use-cluster-bias-timer;
|
||||
};
|
||||
|
||||
cluster-device2 {
|
||||
compatible = "qcom,lpm-cluster-dev";
|
||||
power-domains = <&CLUSTER_PD2>;
|
||||
qcom,pred-prem-cnt = <2>;
|
||||
qcom,sample-invalid-time = <40000000>;
|
||||
};
|
||||
|
||||
qcom,memshare {
|
||||
|
Reference in New Issue
Block a user