mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
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:
parent
e48919dc1e
commit
8f2cc88cd4
|
|
@ -26,7 +26,7 @@ psci {
|
|||
};
|
||||
|
||||
&CPU_SLEEP_0 {
|
||||
compatible = "qcom,idle-state-spc";
|
||||
compatible = "qcom,idle-state-spc", "arm,idle-state";
|
||||
};
|
||||
|
||||
&cpu0_acc {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user