Commit cb939b9b authored by Rajendra Nayak's avatar Rajendra Nayak Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: x1e80100: Fix the compatible for cluster idle states



The compatible's for the cluster/domain idle states of x1e80100
are wrong, fix it.

Fixes: af16b005 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts")
Signed-off-by: default avatarRajendra Nayak <quic_rjendra@quicinc.com>
Reviewed-by: default avatarAbel Vesa <abel.vesa@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240317132918.1068817-1-quic_rjendra@quicinc.com


Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent f0116881
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ CLUSTER_C4: cpu-sleep-0 {

		domain-idle-states {
			CLUSTER_CL4: cluster-sleep-0 {
				compatible = "arm,idle-state";
				compatible = "domain-idle-state";
				idle-state-name = "l2-ret";
				arm,psci-suspend-param = <0x01000044>;
				entry-latency-us = <350>;
@@ -293,7 +293,7 @@ CLUSTER_CL4: cluster-sleep-0 {
			};

			CLUSTER_CL5: cluster-sleep-1 {
				compatible = "arm,idle-state";
				compatible = "domain-idle-state";
				idle-state-name = "ret-pll-off";
				arm,psci-suspend-param = <0x01000054>;
				entry-latency-us = <2200>;