arm64: dts: qcom: replace underscores in node names
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 14 Dec 2022 11:04:48 +0000 (12:04 +0100)
committerBjorn Andersson <andersson@kernel.org>
Wed, 11 Jan 2023 04:25:21 +0000 (22:25 -0600)
Underscores should not be used in node names (dtc with W=2 warns about
them), so replace them with hyphens.  In few places adjust the name to
match other nodes (e.g. xxx-regulator).

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221214110448.86268-1-krzysztof.kozlowski@linaro.org
16 files changed:
arch/arm64/boot/dts/qcom/msm8916.dtsi
arch/arm64/boot/dts/qcom/msm8953.dtsi
arch/arm64/boot/dts/qcom/msm8996.dtsi
arch/arm64/boot/dts/qcom/msm8998.dtsi
arch/arm64/boot/dts/qcom/qcs404.dtsi
arch/arm64/boot/dts/qcom/sa8155p-adp.dts
arch/arm64/boot/dts/qcom/sc7180.dtsi
arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
arch/arm64/boot/dts/qcom/sdm630.dtsi
arch/arm64/boot/dts/qcom/sdm845-db845c.dts
arch/arm64/boot/dts/qcom/sdm845.dtsi
arch/arm64/boot/dts/qcom/sm6125-sony-xperia-seine-pdx201.dts
arch/arm64/boot/dts/qcom/sm8150.dtsi
arch/arm64/boot/dts/qcom/sm8250.dtsi
arch/arm64/boot/dts/qcom/sm8350.dtsi
arch/arm64/boot/dts/qcom/sm8450.dtsi

index 2f9a486..7458387 100644 (file)
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
-                               cpu0_1_crit: cpu_crit {
+                               cpu0_1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
-                               cpu2_3_crit: cpu_crit {
+                               cpu2_3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
-                               gpu_crit: gpu_crit {
+                               gpu_crit: gpu-crit {
                                        temperature = <95000>;
                                        hysteresis = <2000>;
                                        type = "critical";
index e38fa09..068eac8 100644 (file)
                        };
                };
 
-               L2_0: l2-cache_0 {
+               L2_0: l2-cache-0 {
                        compatible = "cache";
                        cache-level = <2>;
                };
 
-               L2_1: l2-cache_1 {
+               L2_1: l2-cache-1 {
                        compatible = "cache";
                        cache-level = <2>;
                };
index 87ff66e..d2b3fdf 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
index 18cc149..28d0085 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_crit: cpu_crit {
+                               cpu4_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_crit: cpu_crit {
+                               cpu5_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_crit: cpu_crit {
+                               cpu6_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_crit: cpu_crit {
+                               cpu7_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
index 7de75f1..4aaa3c1 100644 (file)
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
-                               cluster_crit: cluster_crit {
+                               cluster_crit: cluster-crit {
                                        temperature = <120000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <120000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <120000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <120000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        hysteresis = <2000>;
                                        type = "passive";
                                };
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <120000>;
                                        hysteresis = <2000>;
                                        type = "critical";
index f41dcc3..eafdfbb 100644 (file)
@@ -23,7 +23,7 @@
                stdout-path = "serial0:115200n8";
        };
 
-       vreg_3p3: vreg_3p3_regulator {
+       vreg_3p3: vreg-3p3-regulator {
                compatible = "regulator-fixed";
                regulator-name = "vreg_3p3";
                regulator-min-microvolt = <3300000>;
index 4561327..bf7d36e 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_crit: cpu_crit {
+                               cpu4_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_crit: cpu_crit {
+                               cpu5_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_crit: cpu_crit {
+                               cpu6_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_crit: cpu_crit {
+                               cpu7_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu8_crit: cpu_crit {
+                               cpu8_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu9_crit: cpu_crit {
+                               cpu9_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               aoss0_crit: aoss0_crit {
+                               aoss0_crit: aoss0-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        hysteresis = <2000>;
                                        type = "hot";
                                };
-                               cpuss0_crit: cluster0_crit {
+                               cpuss0_crit: cluster0-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        hysteresis = <2000>;
                                        type = "hot";
                                };
-                               cpuss1_crit: cluster0_crit {
+                               cpuss1_crit: cluster0-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               gpuss0_crit: gpuss0_crit {
+                               gpuss0_crit: gpuss0-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               gpuss1_crit: gpuss1_crit {
+                               gpuss1_crit: gpuss1-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               aoss1_crit: aoss1_crit {
+                               aoss1_crit: aoss1-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               cwlan_crit: cwlan_crit {
+                               cwlan_crit: cwlan-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               audio_crit: audio_crit {
+                               audio_crit: audio-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               ddr_crit: ddr_crit {
+                               ddr_crit: ddr-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               q6_hvx_crit: q6_hvx_crit {
+                               q6_hvx_crit: q6-hvx-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               camera_crit: camera_crit {
+                               camera_crit: camera-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               mdm_crit: mdm_crit {
+                               mdm_crit: mdm-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               mdm_dsp_crit: mdm_dsp_crit {
+                               mdm_dsp_crit: mdm-dsp-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               npu_crit: npu_crit {
+                               npu_crit: npu-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
                                        type = "hot";
                                };
 
-                               video_crit: video_crit {
+                               video_crit: video-crit {
                                        temperature = <110000>;
                                        hysteresis = <2000>;
                                        type = "critical";
index 3d2b08d..0259e90 100644 (file)
@@ -57,7 +57,7 @@
                regulator-boot-on;
        };
 
-       cam_vdig_imx300_219_vreg: cam_vdig_imx300_219_vreg {
+       cam_vdig_imx300_219_vreg: cam-vdig-imx300-219-regulator {
                compatible = "regulator-fixed";
                regulator-name = "cam_vdig_imx300_219_vreg";
                startup-delay-us = <0>;
@@ -67,7 +67,7 @@
                pinctrl-0 = <&cam_vdig_default>;
        };
 
-       cam_vana_front_vreg: cam_vana_front_vreg {
+       cam_vana_front_vreg: cam-vana-front-regulator {
                compatible = "regulator-fixed";
                regulator-name = "cam_vana_front_vreg";
                startup-delay-us = <0>;
@@ -77,7 +77,7 @@
                pinctrl-0 = <&imx219_vana_default>;
        };
 
-       cam_vana_rear_vreg: cam_vana_rear_vreg {
+       cam_vana_rear_vreg: cam-vana-rear-regulator {
                compatible = "regulator-fixed";
                regulator-name = "cam_vana_rear_vreg";
                startup-delay-us = <0>;
index d8920cc..e08ead0 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               pwr_cluster_crit: cpu_crit {
+                               pwr_cluster_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
index f7c3026..0d935c9 100644 (file)
                 */
        };
 
-       cam0_dvdd_1v2: reg_cam0_dvdd_1v2 {
+       cam0_dvdd_1v2: cam0-dvdd-1v2-regulator {
                compatible = "regulator-fixed";
                regulator-name = "CAM0_DVDD_1V2";
                regulator-min-microvolt = <1200000>;
                vin-supply = <&vbat>;
        };
 
-       cam0_avdd_2v8: reg_cam0_avdd_2v8 {
+       cam0_avdd_2v8: cam0-avdd-2v8-regulator {
                compatible = "regulator-fixed";
                regulator-name = "CAM0_AVDD_2V8";
                regulator-min-microvolt = <2800000>;
        };
 
        /* This regulator is enabled when the VREG_LVS1A_1P8 trace is enabled */
-       cam3_avdd_2v8: reg_cam3_avdd_2v8 {
+       cam3_avdd_2v8: cam3-avdd-2v8-regulator {
                compatible = "regulator-fixed";
                regulator-name = "CAM3_AVDD_2V8";
                regulator-min-microvolt = <2800000>;
index 9bc7f85..198b654 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_crit: cpu_crit {
+                               cpu4_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_crit: cpu_crit {
+                               cpu5_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_crit: cpu_crit {
+                               cpu6_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_crit: cpu_crit {
+                               cpu7_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
index ef8ad6c..b22b3f9 100644 (file)
@@ -61,7 +61,7 @@
                };
        };
 
-       reserved_memory {
+       reserved-memory {
                #address-cells = <2>;
                #size-cells = <2>;
                debug_mem: memory@ffb00000 {
index c33f3df..bebe917 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_top_crit: cpu_crit {
+                               cpu4_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_top_crit: cpu_crit {
+                               cpu5_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_top_crit: cpu_crit {
+                               cpu6_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_top_crit: cpu_crit {
+                               cpu7_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_bottom_crit: cpu_crit {
+                               cpu4_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_bottom_crit: cpu_crit {
+                               cpu5_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_bottom_crit: cpu_crit {
+                               cpu6_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_bottom_crit: cpu_crit {
+                               cpu7_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
index 8597919..17baaeb 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_top_crit: cpu_crit {
+                               cpu4_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_top_crit: cpu_crit {
+                               cpu5_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_top_crit: cpu_crit {
+                               cpu6_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_top_crit: cpu_crit {
+                               cpu7_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_bottom_crit: cpu_crit {
+                               cpu4_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_bottom_crit: cpu_crit {
+                               cpu5_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_bottom_crit: cpu_crit {
+                               cpu6_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_bottom_crit: cpu_crit {
+                               cpu7_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
index ae77dfb..334ac22 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_top_crit: cpu_crit {
+                               cpu4_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_top_crit: cpu_crit {
+                               cpu5_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_top_crit: cpu_crit {
+                               cpu6_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_top_crit: cpu_crit {
+                               cpu7_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_bottom_crit: cpu_crit {
+                               cpu4_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_bottom_crit: cpu_crit {
+                               cpu5_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_bottom_crit: cpu_crit {
+                               cpu6_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_bottom_crit: cpu_crit {
+                               cpu7_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
index 7b1889f..691dfc7 100644 (file)
                                        type = "passive";
                                };
 
-                               cpu4_top_crit: cpu_crit {
+                               cpu4_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu4_bottom_crit: cpu_crit {
+                               cpu4_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_top_crit: cpu_crit {
+                               cpu5_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu5_bottom_crit: cpu_crit {
+                               cpu5_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_top_crit: cpu_crit {
+                               cpu6_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu6_bottom_crit: cpu_crit {
+                               cpu6_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_top_crit: cpu_crit {
+                               cpu7_top_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_middle_crit: cpu_crit {
+                               cpu7_middle_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu7_bottom_crit: cpu_crit {
+                               cpu7_bottom_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               gpu0_tj_cfg: tj_cfg {
+                               gpu0_tj_cfg: tj-cfg {
                                        temperature = <95000>;
                                        hysteresis = <5000>;
                                        type = "passive";
                                        type = "passive";
                                };
 
-                               gpu1_tj_cfg: tj_cfg {
+                               gpu1_tj_cfg: tj-cfg {
                                        temperature = <95000>;
                                        hysteresis = <5000>;
                                        type = "passive";
                                        type = "passive";
                                };
 
-                               cpu0_crit: cpu_crit {
+                               cpu0_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu1_crit: cpu_crit {
+                               cpu1_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu2_crit: cpu_crit {
+                               cpu2_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";
                                        type = "passive";
                                };
 
-                               cpu3_crit: cpu_crit {
+                               cpu3_crit: cpu-crit {
                                        temperature = <110000>;
                                        hysteresis = <1000>;
                                        type = "critical";