mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-17 06:18:21 +00:00
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>
63 lines
716 B
Plaintext
63 lines
716 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
/ {
|
|
cpus {
|
|
cpu@0 {
|
|
enable-method = "qcom,msm8916-smp";
|
|
};
|
|
cpu@1 {
|
|
enable-method = "qcom,msm8916-smp";
|
|
};
|
|
cpu@2 {
|
|
enable-method = "qcom,msm8916-smp";
|
|
};
|
|
cpu@3 {
|
|
enable-method = "qcom,msm8916-smp";
|
|
};
|
|
|
|
idle-states {
|
|
/delete-property/ entry-method;
|
|
};
|
|
};
|
|
|
|
psci {
|
|
status = "disabled";
|
|
};
|
|
};
|
|
|
|
&CPU_SLEEP_0 {
|
|
compatible = "qcom,idle-state-spc", "arm,idle-state";
|
|
};
|
|
|
|
&cpu0_acc {
|
|
status = "okay";
|
|
};
|
|
|
|
&cpu0_saw {
|
|
status = "okay";
|
|
};
|
|
|
|
&cpu1_acc {
|
|
status = "okay";
|
|
};
|
|
|
|
&cpu1_saw {
|
|
status = "okay";
|
|
};
|
|
|
|
&cpu2_acc {
|
|
status = "okay";
|
|
};
|
|
|
|
&cpu2_saw {
|
|
status = "okay";
|
|
};
|
|
|
|
&cpu3_acc {
|
|
status = "okay";
|
|
};
|
|
|
|
&cpu3_saw {
|
|
status = "okay";
|
|
};
|