mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
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: af16b00578 ("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>
This commit is contained in:
committed by
Bjorn Andersson
parent
f011688162
commit
cb939b9b35
@@ -284,7 +284,7 @@
|
|||||||
|
|
||||||
domain-idle-states {
|
domain-idle-states {
|
||||||
CLUSTER_CL4: cluster-sleep-0 {
|
CLUSTER_CL4: cluster-sleep-0 {
|
||||||
compatible = "arm,idle-state";
|
compatible = "domain-idle-state";
|
||||||
idle-state-name = "l2-ret";
|
idle-state-name = "l2-ret";
|
||||||
arm,psci-suspend-param = <0x01000044>;
|
arm,psci-suspend-param = <0x01000044>;
|
||||||
entry-latency-us = <350>;
|
entry-latency-us = <350>;
|
||||||
@@ -293,7 +293,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
CLUSTER_CL5: cluster-sleep-1 {
|
CLUSTER_CL5: cluster-sleep-1 {
|
||||||
compatible = "arm,idle-state";
|
compatible = "domain-idle-state";
|
||||||
idle-state-name = "ret-pll-off";
|
idle-state-name = "ret-pll-off";
|
||||||
arm,psci-suspend-param = <0x01000054>;
|
arm,psci-suspend-param = <0x01000054>;
|
||||||
entry-latency-us = <2200>;
|
entry-latency-us = <2200>;
|
||||||
|
|||||||
Reference in New Issue
Block a user