ARM: dts: qcom: msm8916: idle-state compatible require the generic idle-state
compatible must be qcom,idle-state-spc AND arm,idle-state.
Fixes: d468f825b3 ("ARM: dts: qcom: msm8916: Add include for SMP without PSCI on ARM32")
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20231202234832.155306-3-david@ixit.cz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
e48919dc1e
commit
8f2cc88cd4
@@ -26,7 +26,7 @@
|
||||
};
|
||||
|
||||
&CPU_SLEEP_0 {
|
||||
compatible = "qcom,idle-state-spc";
|
||||
compatible = "qcom,idle-state-spc", "arm,idle-state";
|
||||
};
|
||||
|
||||
&cpu0_acc {
|
||||
|
||||
Reference in New Issue
Block a user