diff options
author | David Heidelberg <[email protected]> | 2023-12-03 00:47:19 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2024-04-02 12:30:05 -0500 |
commit | 8f2cc88cd4a35e33931ca1375ea508c8c9267b57 (patch) | |
tree | 705fa4b2d1a8d5e9c8ded2679afcc2ac8690148b | |
parent | e48919dc1ed568f895eca090dc6c5dc56b12480c (diff) |
ARM: dts: qcom: msm8916: idle-state compatible require the generic idle-state
compatible must be qcom,idle-state-spc AND arm,idle-state.
Fixes: d468f825b3fd ("ARM: dts: qcom: msm8916: Add include for SMP without PSCI on ARM32")
Signed-off-by: David Heidelberg <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/qcom/qcom-msm8916-smp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8916-smp.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8916-smp.dtsi index 36328dbe4212..1ba403b83cb1 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8916-smp.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-msm8916-smp.dtsi @@ -26,7 +26,7 @@ }; &CPU_SLEEP_0 { - compatible = "qcom,idle-state-spc"; + compatible = "qcom,idle-state-spc", "arm,idle-state"; }; &cpu0_acc { |