Skip to content

Commit cb939b9

Browse files
Rajendra Nayakandersson
authored andcommitted
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: af16b00 ("arm64: dts: qcom: Add base X1E80100 dtsi and the QCP dts") Signed-off-by: Rajendra Nayak <quic_rjendra@quicinc.com> Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20240317132918.1068817-1-quic_rjendra@quicinc.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent f011688 commit cb939b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/qcom/x1e80100.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284

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

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

0 commit comments

Comments
 (0)