mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +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-4-0505bc7d2c56@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
17 lines
501 B
Plaintext
17 lines
501 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#include "sc7180.dtsi"
|
|
|
|
/* SM7125 uses Kryo 465 instead of Kryo 468 */
|
|
&cpu0 { compatible = "qcom,kryo465"; };
|
|
&cpu1 { compatible = "qcom,kryo465"; };
|
|
&cpu2 { compatible = "qcom,kryo465"; };
|
|
&cpu3 { compatible = "qcom,kryo465"; };
|
|
&cpu4 { compatible = "qcom,kryo465"; };
|
|
&cpu5 { compatible = "qcom,kryo465"; };
|
|
&cpu6 { compatible = "qcom,kryo465"; };
|
|
&cpu7 { compatible = "qcom,kryo465"; };
|