mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
62 lines
716 B
Text
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";
|
|
};
|