Commit 8f2cc88c authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson

ARM: dts: qcom: msm8916: idle-state compatible require the generic idle-state

compatible must be qcom,idle-state-spc AND arm,idle-state.

Fixes: d468f825 ("ARM: dts: qcom: msm8916: Add include for SMP without PSCI on ARM32")
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20231202234832.155306-3-david@ixit.czSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent e48919dc
......@@ -26,7 +26,7 @@ psci {
};
&CPU_SLEEP_0 {
compatible = "qcom,idle-state-spc";
compatible = "qcom,idle-state-spc", "arm,idle-state";
};
&cpu0_acc {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment