From dd6fce7356a2e2b723112a7aff41bcedc3e64b3f Mon Sep 17 00:00:00 2001 From: Maulik Shah Date: Tue, 18 Jun 2024 10:52:11 +0530 Subject: [PATCH] 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 --- qcom/sun.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 9e9ccb43..35a6f1ee 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -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 {