]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: sm8750: Change labels to lower-case
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 19 Feb 2025 09:07:50 +0000 (10:07 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 4 Mar 2025 04:54:17 +0000 (22:54 -0600)
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>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250219090751.124267-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8750.dtsi

index 3bbd7d18598ee0a3a0d5130c03a3166e1fc14d82..abb92c81c76bd164960c5a8e2a0a01540d5fd1f4 100644 (file)
                        compatible = "qcom,oryon";
                        reg = <0x0 0x10000>;
                        enable-method = "psci";
-                       next-level-cache = <&L2_1>;
+                       next-level-cache = <&l2_1>;
                        power-domains = <&cpu_pd6>;
                        power-domain-names = "psci";
 
-                       L2_1: l2-cache {
+                       l2_1: l2-cache {
                                compatible = "cache";
                                cache-level = <2>;
                                cache-unified;
                        compatible = "qcom,oryon";
                        reg = <0x0 0x10100>;
                        enable-method = "psci";
-                       next-level-cache = <&L2_1>;
+                       next-level-cache = <&l2_1>;
                        power-domains = <&cpu_pd7>;
                        power-domain-names = "psci";
                };