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:
Maulik Shah
2024-06-18 10:52:11 +05:30
parent 1af4923610
commit dd6fce7356

View File

@@ -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 {