]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: exynos: gs101: Change labels to lower-case
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 19 Feb 2025 08:57:25 +0000 (09:57 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 7 Mar 2025 15:05:35 +0000 (16:05 +0100)
DTS coding style expects labels to be lowercase.  No functional impact.
Verified with comparing decompiled DTB (dtx_diff and fdtdump+diff).

Reviewed-by: André Draszik <andre.draszik@linaro.org>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20250219085726.70824-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/exynos/google/gs101.dtsi

index d2db0edffaf4f855a3628ba90be61dda4f6a8799..3de3a758f113a8a373faca51b3e043d614458497 100644 (file)
@@ -73,7 +73,7 @@
                        compatible = "arm,cortex-a55";
                        reg = <0x0000>;
                        enable-method = "psci";
-                       cpu-idle-states = <&ANANKE_CPU_SLEEP>;
+                       cpu-idle-states = <&ananke_cpu_sleep>;
                        capacity-dmips-mhz = <250>;
                        dynamic-power-coefficient = <70>;
                };
@@ -83,7 +83,7 @@
                        compatible = "arm,cortex-a55";
                        reg = <0x0100>;
                        enable-method = "psci";
-                       cpu-idle-states = <&ANANKE_CPU_SLEEP>;
+                       cpu-idle-states = <&ananke_cpu_sleep>;
                        capacity-dmips-mhz = <250>;
                        dynamic-power-coefficient = <70>;
                };
@@ -93,7 +93,7 @@
                        compatible = "arm,cortex-a55";
                        reg = <0x0200>;
                        enable-method = "psci";
-                       cpu-idle-states = <&ANANKE_CPU_SLEEP>;
+                       cpu-idle-states = <&ananke_cpu_sleep>;
                        capacity-dmips-mhz = <250>;
                        dynamic-power-coefficient = <70>;
                };
                        compatible = "arm,cortex-a55";
                        reg = <0x0300>;
                        enable-method = "psci";
-                       cpu-idle-states = <&ANANKE_CPU_SLEEP>;
+                       cpu-idle-states = <&ananke_cpu_sleep>;
                        capacity-dmips-mhz = <250>;
                        dynamic-power-coefficient = <70>;
                };
                        compatible = "arm,cortex-a76";
                        reg = <0x0400>;
                        enable-method = "psci";
-                       cpu-idle-states = <&ENYO_CPU_SLEEP>;
+                       cpu-idle-states = <&enyo_cpu_sleep>;
                        capacity-dmips-mhz = <620>;
                        dynamic-power-coefficient = <284>;
                };
                        compatible = "arm,cortex-a76";
                        reg = <0x0500>;
                        enable-method = "psci";
-                       cpu-idle-states = <&ENYO_CPU_SLEEP>;
+                       cpu-idle-states = <&enyo_cpu_sleep>;
                        capacity-dmips-mhz = <620>;
                        dynamic-power-coefficient = <284>;
                };
                        compatible = "arm,cortex-x1";
                        reg = <0x0600>;
                        enable-method = "psci";
-                       cpu-idle-states = <&HERA_CPU_SLEEP>;
+                       cpu-idle-states = <&hera_cpu_sleep>;
                        capacity-dmips-mhz = <1024>;
                        dynamic-power-coefficient = <650>;
                };
                        compatible = "arm,cortex-x1";
                        reg = <0x0700>;
                        enable-method = "psci";
-                       cpu-idle-states = <&HERA_CPU_SLEEP>;
+                       cpu-idle-states = <&hera_cpu_sleep>;
                        capacity-dmips-mhz = <1024>;
                        dynamic-power-coefficient = <650>;
                };
                idle-states {
                        entry-method = "psci";
 
-                       ANANKE_CPU_SLEEP: cpu-ananke-sleep {
+                       ananke_cpu_sleep: cpu-ananke-sleep {
                                idle-state-name = "c2";
                                compatible = "arm,idle-state";
                                arm,psci-suspend-param = <0x0010000>;
                                min-residency-us = <2000>;
                        };
 
-                       ENYO_CPU_SLEEP: cpu-enyo-sleep {
+                       enyo_cpu_sleep: cpu-enyo-sleep {
                                idle-state-name = "c2";
                                compatible = "arm,idle-state";
                                arm,psci-suspend-param = <0x0010000>;
                                min-residency-us = <2500>;
                        };
 
-                       HERA_CPU_SLEEP: cpu-hera-sleep {
+                       hera_cpu_sleep: cpu-hera-sleep {
                                idle-state-name = "c2";
                                compatible = "arm,idle-state";
                                arm,psci-suspend-param = <0x0010000>;