mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 14:13:39 +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-6-0505bc7d2c56@linaro.org [bjorn: Update sm7325 references to match the updated case] Signed-off-by: Bjorn Andersson <andersson@kernel.org>
18 lines
537 B
Plaintext
18 lines
537 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024, Eugene Lepshy <fekz115@gmail.com>
|
|
* Copyright (c) 2024, Danila Tikhonov <danila@jiaxyga.com>
|
|
*/
|
|
|
|
#include "sc7280.dtsi"
|
|
|
|
/* SM7325 uses Kryo 670 */
|
|
&cpu0 { compatible = "qcom,kryo670"; };
|
|
&cpu1 { compatible = "qcom,kryo670"; };
|
|
&cpu2 { compatible = "qcom,kryo670"; };
|
|
&cpu3 { compatible = "qcom,kryo670"; };
|
|
&cpu4 { compatible = "qcom,kryo670"; };
|
|
&cpu5 { compatible = "qcom,kryo670"; };
|
|
&cpu6 { compatible = "qcom,kryo670"; };
|
|
&cpu7 { compatible = "qcom,kryo670"; };
|