ARM: dts: qcom: change labels to lower-case
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 22 Oct 2024 15:47:43 +0000 (17:47 +0200)
committerBjorn Andersson <andersson@kernel.org>
Wed, 23 Oct 2024 00:07:12 +0000 (19:07 -0500)
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-18-0505bc7d2c56@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-apq8064.dtsi
arch/arm/boot/dts/qcom/qcom-apq8084.dtsi
arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi
arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi
arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi
arch/arm/boot/dts/qcom/qcom-msm8226.dtsi
arch/arm/boot/dts/qcom/qcom-msm8660.dtsi
arch/arm/boot/dts/qcom/qcom-msm8960.dtsi
arch/arm/boot/dts/qcom/qcom-msm8974.dtsi

index 1bc935d..5f1a6b4 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               CPU0: cpu@0 {
+               cpu0: cpu@0 {
                        compatible = "qcom,krait";
                        enable-method = "qcom,kpss-acc-v1";
                        device_type = "cpu";
                        reg = <0>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc0>;
                        qcom,saw = <&saw0>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               CPU1: cpu@1 {
+               cpu1: cpu@1 {
                        compatible = "qcom,krait";
                        enable-method = "qcom,kpss-acc-v1";
                        device_type = "cpu";
                        reg = <1>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc1>;
                        qcom,saw = <&saw1>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               CPU2: cpu@2 {
+               cpu2: cpu@2 {
                        compatible = "qcom,krait";
                        enable-method = "qcom,kpss-acc-v1";
                        device_type = "cpu";
                        reg = <2>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc2>;
                        qcom,saw = <&saw2>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               CPU3: cpu@3 {
+               cpu3: cpu@3 {
                        compatible = "qcom,krait";
                        enable-method = "qcom,kpss-acc-v1";
                        device_type = "cpu";
                        reg = <3>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc3>;
                        qcom,saw = <&saw3>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               L2: l2-cache {
+               l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
                };
 
                idle-states {
-                       CPU_SPC: cpu-spc {
+                       cpu_spc: cpu-spc {
                                compatible = "qcom,idle-state-spc",
                                                "arm,idle-state";
                                entry-latency-us = <400>;
                        clocks = <&rpmcc RPM_QDSS_CLK>;
                        clock-names = "apb_pclk";
 
-                       cpu = <&CPU0>;
+                       cpu = <&cpu0>;
 
                        out-ports {
                                port {
                        clocks = <&rpmcc RPM_QDSS_CLK>;
                        clock-names = "apb_pclk";
 
-                       cpu = <&CPU1>;
+                       cpu = <&cpu1>;
 
                        out-ports {
                                port {
                        clocks = <&rpmcc RPM_QDSS_CLK>;
                        clock-names = "apb_pclk";
 
-                       cpu = <&CPU2>;
+                       cpu = <&cpu2>;
 
                        out-ports {
                                port {
                        clocks = <&rpmcc RPM_QDSS_CLK>;
                        clock-names = "apb_pclk";
 
-                       cpu = <&CPU3>;
+                       cpu = <&cpu3>;
 
                        out-ports {
                                port {
index 40dbbf8..cee0694 100644 (file)
                        compatible = "qcom,krait";
                        reg = <0>;
                        enable-method = "qcom,kpss-acc-v2";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc0>;
                        qcom,saw = <&saw0>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
                cpu@1 {
                        compatible = "qcom,krait";
                        reg = <1>;
                        enable-method = "qcom,kpss-acc-v2";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc1>;
                        qcom,saw = <&saw1>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
                cpu@2 {
                        compatible = "qcom,krait";
                        reg = <2>;
                        enable-method = "qcom,kpss-acc-v2";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc2>;
                        qcom,saw = <&saw2>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
                cpu@3 {
                        compatible = "qcom,krait";
                        reg = <3>;
                        enable-method = "qcom,kpss-acc-v2";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc3>;
                        qcom,saw = <&saw3>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               L2: l2-cache {
+               l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
@@ -79,7 +79,7 @@
                };
 
                idle-states {
-                       CPU_SPC: cpu-spc {
+                       cpu_spc: cpu-spc {
                                compatible = "qcom,idle-state-spc",
                                                "arm,idle-state";
                                entry-latency-us = <150>;
index 56415ab..06b20c1 100644 (file)
@@ -47,7 +47,7 @@
                        device_type = "cpu";
                        compatible = "arm,cortex-a7";
                        enable-method = "qcom,kpss-acc-v2";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc0>;
                        qcom,saw = <&saw0>;
                        reg = <0x0>;
@@ -61,7 +61,7 @@
                        device_type = "cpu";
                        compatible = "arm,cortex-a7";
                        enable-method = "qcom,kpss-acc-v2";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc1>;
                        qcom,saw = <&saw1>;
                        reg = <0x1>;
@@ -75,7 +75,7 @@
                        device_type = "cpu";
                        compatible = "arm,cortex-a7";
                        enable-method = "qcom,kpss-acc-v2";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc2>;
                        qcom,saw = <&saw2>;
                        reg = <0x2>;
@@ -89,7 +89,7 @@
                        device_type = "cpu";
                        compatible = "arm,cortex-a7";
                        enable-method = "qcom,kpss-acc-v2";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc3>;
                        qcom,saw = <&saw3>;
                        reg = <0x3>;
@@ -99,7 +99,7 @@
                        operating-points-v2 = <&cpu0_opp_table>;
                };
 
-               L2: l2-cache {
+               l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
index 0f02f59..96e9735 100644 (file)
@@ -27,7 +27,7 @@
                        enable-method = "qcom,kpss-acc-v1";
                        device_type = "cpu";
                        reg = <0>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc0>;
                        qcom,saw = <&saw0>;
                };
                        enable-method = "qcom,kpss-acc-v1";
                        device_type = "cpu";
                        reg = <1>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc1>;
                        qcom,saw = <&saw1>;
                };
 
-               L2: l2-cache {
+               l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
index 573feb3..7de8d6c 100644 (file)
@@ -30,7 +30,7 @@
                        compatible = "arm,cortex-a5";
                        reg = <0>;
                        device_type = "cpu";
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                };
        };
 
@@ -61,7 +61,7 @@
                ranges;
                compatible = "simple-bus";
 
-               L2: cache-controller@2040000 {
+               l2: cache-controller@2040000 {
                        compatible = "arm,pl310-cache";
                        reg = <0x02040000 0x1000>;
                        arm,data-latency = <2 2 0>;
index 3a685ff..64c8ac9 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               CPU0: cpu@0 {
+               cpu0: cpu@0 {
                        compatible = "arm,cortex-a7";
                        enable-method = "qcom,msm8226-smp";
                        device_type = "cpu";
                        reg = <0>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        clocks = <&apcs>;
                        operating-points-v2 = <&cpu_opp_table>;
                        qcom,acc = <&acc0>;
                        #cooling-cells = <2>;
                };
 
-               CPU1: cpu@1 {
+               cpu1: cpu@1 {
                        compatible = "arm,cortex-a7";
                        enable-method = "qcom,msm8226-smp";
                        device_type = "cpu";
                        reg = <1>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        clocks = <&apcs>;
                        operating-points-v2 = <&cpu_opp_table>;
                        qcom,acc = <&acc1>;
                        #cooling-cells = <2>;
                };
 
-               CPU2: cpu@2 {
+               cpu2: cpu@2 {
                        compatible = "arm,cortex-a7";
                        enable-method = "qcom,msm8226-smp";
                        device_type = "cpu";
                        reg = <2>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        clocks = <&apcs>;
                        operating-points-v2 = <&cpu_opp_table>;
                        qcom,acc = <&acc2>;
                        #cooling-cells = <2>;
                };
 
-               CPU3: cpu@3 {
+               cpu3: cpu@3 {
                        compatible = "arm,cortex-a7";
                        enable-method = "qcom,msm8226-smp";
                        device_type = "cpu";
                        reg = <3>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        clocks = <&apcs>;
                        operating-points-v2 = <&cpu_opp_table>;
                        qcom,acc = <&acc3>;
@@ -91,7 +91,7 @@
                        #cooling-cells = <2>;
                };
 
-               L2: l2-cache {
+               l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
                        cooling-maps {
                                map0 {
                                        trip = <&cpu_alert0>;
-                                       cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-                                                        <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-                                                        <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-                                                        <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+                                       cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+                                                        <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+                                                        <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+                                                        <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
                                };
                        };
 
                        cooling-maps {
                                map0 {
                                        trip = <&cpu_alert1>;
-                                       cooling-device = <&CPU0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-                                                        <&CPU1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-                                                        <&CPU2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
-                                                        <&CPU3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
+                                       cooling-device = <&cpu0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+                                                        <&cpu1 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+                                                        <&cpu2 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
+                                                        <&cpu3 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
                                };
                        };
 
index a66c474..3f69b98 100644 (file)
@@ -22,7 +22,7 @@
                        enable-method = "qcom,gcc-msm8660";
                        device_type = "cpu";
                        reg = <0>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                };
 
                cpu@1 {
                        enable-method = "qcom,gcc-msm8660";
                        device_type = "cpu";
                        reg = <1>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                };
 
-               L2: l2-cache {
+               l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
index ebc43c5..865fe7c 100644 (file)
@@ -25,7 +25,7 @@
                        enable-method = "qcom,kpss-acc-v1";
                        device_type = "cpu";
                        reg = <0>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc0>;
                        qcom,saw = <&saw0>;
                };
                        enable-method = "qcom,kpss-acc-v1";
                        device_type = "cpu";
                        reg = <1>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc1>;
                        qcom,saw = <&saw1>;
                };
 
-               L2: l2-cache {
+               l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
index 742d210..e3f9c56 100644 (file)
                #size-cells = <0>;
                interrupts = <GIC_PPI 9 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
 
-               CPU0: cpu@0 {
+               cpu0: cpu@0 {
                        compatible = "qcom,krait";
                        enable-method = "qcom,kpss-acc-v2";
                        device_type = "cpu";
                        reg = <0>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc0>;
                        qcom,saw = <&saw0>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               CPU1: cpu@1 {
+               cpu1: cpu@1 {
                        compatible = "qcom,krait";
                        enable-method = "qcom,kpss-acc-v2";
                        device_type = "cpu";
                        reg = <1>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc1>;
                        qcom,saw = <&saw1>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               CPU2: cpu@2 {
+               cpu2: cpu@2 {
                        compatible = "qcom,krait";
                        enable-method = "qcom,kpss-acc-v2";
                        device_type = "cpu";
                        reg = <2>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc2>;
                        qcom,saw = <&saw2>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               CPU3: cpu@3 {
+               cpu3: cpu@3 {
                        compatible = "qcom,krait";
                        enable-method = "qcom,kpss-acc-v2";
                        device_type = "cpu";
                        reg = <3>;
-                       next-level-cache = <&L2>;
+                       next-level-cache = <&l2>;
                        qcom,acc = <&acc3>;
                        qcom,saw = <&saw3>;
-                       cpu-idle-states = <&CPU_SPC>;
+                       cpu-idle-states = <&cpu_spc>;
                };
 
-               L2: l2-cache {
+               l2: l2-cache {
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
@@ -87,7 +87,7 @@
                };
 
                idle-states {
-                       CPU_SPC: cpu-spc {
+                       cpu_spc: cpu-spc {
                                compatible = "qcom,idle-state-spc",
                                                "arm,idle-state";
                                entry-latency-us = <150>;
                        clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
                        clock-names = "apb_pclk", "atclk";
 
-                       cpu = <&CPU0>;
+                       cpu = <&cpu0>;
 
                        out-ports {
                                port {
                        clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
                        clock-names = "apb_pclk", "atclk";
 
-                       cpu = <&CPU1>;
+                       cpu = <&cpu1>;
 
                        out-ports {
                                port {
                        clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
                        clock-names = "apb_pclk", "atclk";
 
-                       cpu = <&CPU2>;
+                       cpu = <&cpu2>;
 
                        out-ports {
                                port {
                        clocks = <&rpmcc RPM_SMD_QDSS_CLK>, <&rpmcc RPM_SMD_QDSS_A_CLK>;
                        clock-names = "apb_pclk", "atclk";
 
-                       cpu = <&CPU3>;
+                       cpu = <&cpu3>;
 
                        out-ports {
                                port {