linux/arch/arm/boot/dts/qcom/qcom-msm8916-smp.dtsi
Krzysztof Kozlowski 2df0741cee arm64: dts: qcom: msm: change labels to lower-case
DTS coding style expects labels to be lowercase.  No functional impact.
Verified with comparing decompiled DTB (dtx_diff and fdtdump+diff).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20241022-dts-qcom-label-v3-2-0505bc7d2c56@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
2024-10-22 19:07:00 -05:00

62 lines
716 B
Text

// 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";
};