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 <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Reviewed-by: Konrad Dybcio <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]>
1 parent f011688 commit cb939b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)