Commit 1364acc3 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: replace underscores in node names

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221214110448.86268-1-krzysztof.kozlowski@linaro.org
parent f6df8733
......@@ -1999,7 +1999,7 @@ cpu0_1_alert0: trip-point0 {
hysteresis = <2000>;
type = "passive";
};
cpu0_1_crit: cpu_crit {
cpu0_1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -2029,7 +2029,7 @@ cpu2_3_alert0: trip-point0 {
hysteresis = <2000>;
type = "passive";
};
cpu2_3_crit: cpu_crit {
cpu2_3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -2059,7 +2059,7 @@ gpu_alert0: trip-point0 {
hysteresis = <2000>;
type = "passive";
};
gpu_crit: gpu_crit {
gpu_crit: gpu-crit {
temperature = <95000>;
hysteresis = <2000>;
type = "critical";
......
......@@ -146,12 +146,12 @@ core3 {
};
};
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>;
};
......
......@@ -3583,7 +3583,7 @@ cpu0_alert0: trip-point0 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -3604,7 +3604,7 @@ cpu1_alert0: trip-point0 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -3625,7 +3625,7 @@ cpu2_alert0: trip-point0 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -3646,7 +3646,7 @@ cpu3_alert0: trip-point0 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......
......@@ -465,7 +465,7 @@ cpu0_alert0: trip-point0 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -486,7 +486,7 @@ cpu1_alert0: trip-point0 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -507,7 +507,7 @@ cpu2_alert0: trip-point0 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -528,7 +528,7 @@ cpu3_alert0: trip-point0 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -549,7 +549,7 @@ cpu4_alert0: trip-point0 {
type = "passive";
};
cpu4_crit: cpu_crit {
cpu4_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -570,7 +570,7 @@ cpu5_alert0: trip-point0 {
type = "passive";
};
cpu5_crit: cpu_crit {
cpu5_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -591,7 +591,7 @@ cpu6_alert0: trip-point0 {
type = "passive";
};
cpu6_crit: cpu_crit {
cpu6_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -612,7 +612,7 @@ cpu7_alert0: trip-point0 {
type = "passive";
};
cpu7_crit: cpu_crit {
cpu7_crit: cpu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......
......@@ -1517,7 +1517,7 @@ cluster_alert1: trip-point1 {
hysteresis = <2000>;
type = "passive";
};
cluster_crit: cluster_crit {
cluster_crit: cluster-crit {
temperature = <120000>;
hysteresis = <2000>;
type = "critical";
......@@ -1551,7 +1551,7 @@ cpu0_alert1: trip-point1 {
hysteresis = <2000>;
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <120000>;
hysteresis = <2000>;
type = "critical";
......@@ -1585,7 +1585,7 @@ cpu1_alert1: trip-point1 {
hysteresis = <2000>;
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <120000>;
hysteresis = <2000>;
type = "critical";
......@@ -1619,7 +1619,7 @@ cpu2_alert1: trip-point1 {
hysteresis = <2000>;
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <120000>;
hysteresis = <2000>;
type = "critical";
......@@ -1653,7 +1653,7 @@ cpu3_alert1: trip-point1 {
hysteresis = <2000>;
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <120000>;
hysteresis = <2000>;
type = "critical";
......
......@@ -23,7 +23,7 @@ chosen {
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>;
......
......@@ -3686,7 +3686,7 @@ cpu0_alert1: trip-point1 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3735,7 +3735,7 @@ cpu1_alert1: trip-point1 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3784,7 +3784,7 @@ cpu2_alert1: trip-point1 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3833,7 +3833,7 @@ cpu3_alert1: trip-point1 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3882,7 +3882,7 @@ cpu4_alert1: trip-point1 {
type = "passive";
};
cpu4_crit: cpu_crit {
cpu4_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3931,7 +3931,7 @@ cpu5_alert1: trip-point1 {
type = "passive";
};
cpu5_crit: cpu_crit {
cpu5_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3980,7 +3980,7 @@ cpu6_alert1: trip-point1 {
type = "passive";
};
cpu6_crit: cpu_crit {
cpu6_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4021,7 +4021,7 @@ cpu7_alert1: trip-point1 {
type = "passive";
};
cpu7_crit: cpu_crit {
cpu7_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4062,7 +4062,7 @@ cpu8_alert1: trip-point1 {
type = "passive";
};
cpu8_crit: cpu_crit {
cpu8_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4103,7 +4103,7 @@ cpu9_alert1: trip-point1 {
type = "passive";
};
cpu9_crit: cpu_crit {
cpu9_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4137,7 +4137,7 @@ aoss0_alert0: trip-point0 {
type = "hot";
};
aoss0_crit: aoss0_crit {
aoss0_crit: aoss0-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4157,7 +4157,7 @@ cpuss0_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
cpuss0_crit: cluster0_crit {
cpuss0_crit: cluster0-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4177,7 +4177,7 @@ cpuss1_alert0: trip-point0 {
hysteresis = <2000>;
type = "hot";
};
cpuss1_crit: cluster0_crit {
cpuss1_crit: cluster0-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4198,7 +4198,7 @@ gpuss0_alert0: trip-point0 {
type = "passive";
};
gpuss0_crit: gpuss0_crit {
gpuss0_crit: gpuss0-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4226,7 +4226,7 @@ gpuss1_alert0: trip-point0 {
type = "passive";
};
gpuss1_crit: gpuss1_crit {
gpuss1_crit: gpuss1-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4254,7 +4254,7 @@ aoss1_alert0: trip-point0 {
type = "hot";
};
aoss1_crit: aoss1_crit {
aoss1_crit: aoss1-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4275,7 +4275,7 @@ cwlan_alert0: trip-point0 {
type = "hot";
};
cwlan_crit: cwlan_crit {
cwlan_crit: cwlan-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4296,7 +4296,7 @@ audio_alert0: trip-point0 {
type = "hot";
};
audio_crit: audio_crit {
audio_crit: audio-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4317,7 +4317,7 @@ ddr_alert0: trip-point0 {
type = "hot";
};
ddr_crit: ddr_crit {
ddr_crit: ddr-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4338,7 +4338,7 @@ q6_hvx_alert0: trip-point0 {
type = "hot";
};
q6_hvx_crit: q6_hvx_crit {
q6_hvx_crit: q6-hvx-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4359,7 +4359,7 @@ camera_alert0: trip-point0 {
type = "hot";
};
camera_crit: camera_crit {
camera_crit: camera-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4380,7 +4380,7 @@ mdm_alert0: trip-point0 {
type = "hot";
};
mdm_crit: mdm_crit {
mdm_crit: mdm-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4401,7 +4401,7 @@ mdm_dsp_alert0: trip-point0 {
type = "hot";
};
mdm_dsp_crit: mdm_dsp_crit {
mdm_dsp_crit: mdm-dsp-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4422,7 +4422,7 @@ npu_alert0: trip-point0 {
type = "hot";
};
npu_crit: npu_crit {
npu_crit: npu-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......@@ -4443,7 +4443,7 @@ video_alert0: trip-point0 {
type = "hot";
};
video_crit: video_crit {
video_crit: video-crit {
temperature = <110000>;
hysteresis = <2000>;
type = "critical";
......
......@@ -57,7 +57,7 @@ vph_pwr: vph-pwr-regulator {
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 @@ cam_vdig_imx300_219_vreg: cam_vdig_imx300_219_vreg {
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 @@ cam_vana_front_vreg: cam_vana_front_vreg {
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>;
......
......@@ -2410,7 +2410,7 @@ cpu0_alert0: trip-point0 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2431,7 +2431,7 @@ cpu1_alert0: trip-point0 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2452,7 +2452,7 @@ cpu2_alert0: trip-point0 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2473,7 +2473,7 @@ cpu3_alert0: trip-point0 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2500,7 +2500,7 @@ pwr_cluster_alert0: trip-point0 {
type = "passive";
};
pwr_cluster_crit: cpu_crit {
pwr_cluster_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......
......@@ -142,7 +142,7 @@ pcie0_1p05v: pcie-0-1p05v-regulator {
*/
};
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>;
......@@ -154,7 +154,7 @@ cam0_dvdd_1v2: reg_cam0_dvdd_1v2 {
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>;
......@@ -167,7 +167,7 @@ cam0_avdd_2v8: reg_cam0_avdd_2v8 {
};
/* 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>;
......
......@@ -5331,7 +5331,7 @@ cpu0_alert1: trip-point1 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5358,7 +5358,7 @@ cpu1_alert1: trip-point1 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5385,7 +5385,7 @@ cpu2_alert1: trip-point1 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5412,7 +5412,7 @@ cpu3_alert1: trip-point1 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5439,7 +5439,7 @@ cpu4_alert1: trip-point1 {
type = "passive";
};
cpu4_crit: cpu_crit {
cpu4_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5466,7 +5466,7 @@ cpu5_alert1: trip-point1 {
type = "passive";
};
cpu5_crit: cpu_crit {
cpu5_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5493,7 +5493,7 @@ cpu6_alert1: trip-point1 {
type = "passive";
};
cpu6_crit: cpu_crit {
cpu6_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5520,7 +5520,7 @@ cpu7_alert1: trip-point1 {
type = "passive";
};
cpu7_crit: cpu_crit {
cpu7_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......
......@@ -61,7 +61,7 @@ key-volume-down {
};
};
reserved_memory {
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
debug_mem: memory@ffb00000 {
......
......@@ -4358,7 +4358,7 @@ cpu0_alert1: trip-point1 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4402,7 +4402,7 @@ cpu1_alert1: trip-point1 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4446,7 +4446,7 @@ cpu2_alert1: trip-point1 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4490,7 +4490,7 @@ cpu3_alert1: trip-point1 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4534,7 +4534,7 @@ cpu4_top_alert1: trip-point1 {
type = "passive";
};
cpu4_top_crit: cpu_crit {
cpu4_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4578,7 +4578,7 @@ cpu5_top_alert1: trip-point1 {
type = "passive";
};
cpu5_top_crit: cpu_crit {
cpu5_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4622,7 +4622,7 @@ cpu6_top_alert1: trip-point1 {
type = "passive";
};
cpu6_top_crit: cpu_crit {
cpu6_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4666,7 +4666,7 @@ cpu7_top_alert1: trip-point1 {
type = "passive";
};
cpu7_top_crit: cpu_crit {
cpu7_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4710,7 +4710,7 @@ cpu4_bottom_alert1: trip-point1 {
type = "passive";
};
cpu4_bottom_crit: cpu_crit {
cpu4_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4754,7 +4754,7 @@ cpu5_bottom_alert1: trip-point1 {
type = "passive";
};
cpu5_bottom_crit: cpu_crit {
cpu5_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4798,7 +4798,7 @@ cpu6_bottom_alert1: trip-point1 {
type = "passive";
};
cpu6_bottom_crit: cpu_crit {
cpu6_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4842,7 +4842,7 @@ cpu7_bottom_alert1: trip-point1 {
type = "passive";
};
cpu7_bottom_crit: cpu_crit {
cpu7_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......
......@@ -5528,7 +5528,7 @@ cpu0_alert1: trip-point1 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5572,7 +5572,7 @@ cpu1_alert1: trip-point1 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5616,7 +5616,7 @@ cpu2_alert1: trip-point1 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5660,7 +5660,7 @@ cpu3_alert1: trip-point1 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5704,7 +5704,7 @@ cpu4_top_alert1: trip-point1 {
type = "passive";
};
cpu4_top_crit: cpu_crit {
cpu4_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5748,7 +5748,7 @@ cpu5_top_alert1: trip-point1 {
type = "passive";
};
cpu5_top_crit: cpu_crit {
cpu5_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5792,7 +5792,7 @@ cpu6_top_alert1: trip-point1 {
type = "passive";
};
cpu6_top_crit: cpu_crit {
cpu6_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5836,7 +5836,7 @@ cpu7_top_alert1: trip-point1 {
type = "passive";
};
cpu7_top_crit: cpu_crit {
cpu7_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5880,7 +5880,7 @@ cpu4_bottom_alert1: trip-point1 {
type = "passive";
};
cpu4_bottom_crit: cpu_crit {
cpu4_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5924,7 +5924,7 @@ cpu5_bottom_alert1: trip-point1 {
type = "passive";
};
cpu5_bottom_crit: cpu_crit {
cpu5_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -5968,7 +5968,7 @@ cpu6_bottom_alert1: trip-point1 {
type = "passive";
};
cpu6_bottom_crit: cpu_crit {
cpu6_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -6012,7 +6012,7 @@ cpu7_bottom_alert1: trip-point1 {
type = "passive";
};
cpu7_bottom_crit: cpu_crit {
cpu7_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......
......@@ -2737,7 +2737,7 @@ cpu0_alert1: trip-point1 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2781,7 +2781,7 @@ cpu1_alert1: trip-point1 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2825,7 +2825,7 @@ cpu2_alert1: trip-point1 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2869,7 +2869,7 @@ cpu3_alert1: trip-point1 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2913,7 +2913,7 @@ cpu4_top_alert1: trip-point1 {
type = "passive";
};
cpu4_top_crit: cpu_crit {
cpu4_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -2957,7 +2957,7 @@ cpu5_top_alert1: trip-point1 {
type = "passive";
};
cpu5_top_crit: cpu_crit {
cpu5_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3001,7 +3001,7 @@ cpu6_top_alert1: trip-point1 {
type = "passive";
};
cpu6_top_crit: cpu_crit {
cpu6_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3045,7 +3045,7 @@ cpu7_top_alert1: trip-point1 {
type = "passive";
};
cpu7_top_crit: cpu_crit {
cpu7_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3089,7 +3089,7 @@ cpu4_bottom_alert1: trip-point1 {
type = "passive";
};
cpu4_bottom_crit: cpu_crit {
cpu4_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3133,7 +3133,7 @@ cpu5_bottom_alert1: trip-point1 {
type = "passive";
};
cpu5_bottom_crit: cpu_crit {
cpu5_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3177,7 +3177,7 @@ cpu6_bottom_alert1: trip-point1 {
type = "passive";
};
cpu6_bottom_crit: cpu_crit {
cpu6_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -3221,7 +3221,7 @@ cpu7_bottom_alert1: trip-point1 {
type = "passive";
};
cpu7_bottom_crit: cpu_crit {
cpu7_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......
......@@ -4268,7 +4268,7 @@ cpu4_top_alert1: trip-point1 {
type = "passive";
};
cpu4_top_crit: cpu_crit {
cpu4_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4294,7 +4294,7 @@ cpu4_bottom_alert1: trip-point1 {
type = "passive";
};
cpu4_bottom_crit: cpu_crit {
cpu4_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4320,7 +4320,7 @@ cpu5_top_alert1: trip-point1 {
type = "passive";
};
cpu5_top_crit: cpu_crit {
cpu5_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4346,7 +4346,7 @@ cpu5_bottom_alert1: trip-point1 {
type = "passive";
};
cpu5_bottom_crit: cpu_crit {
cpu5_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4372,7 +4372,7 @@ cpu6_top_alert1: trip-point1 {
type = "passive";
};
cpu6_top_crit: cpu_crit {
cpu6_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4398,7 +4398,7 @@ cpu6_bottom_alert1: trip-point1 {
type = "passive";
};
cpu6_bottom_crit: cpu_crit {
cpu6_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4424,7 +4424,7 @@ cpu7_top_alert1: trip-point1 {
type = "passive";
};
cpu7_top_crit: cpu_crit {
cpu7_top_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4450,7 +4450,7 @@ cpu7_middle_alert1: trip-point1 {
type = "passive";
};
cpu7_middle_crit: cpu_crit {
cpu7_middle_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4476,7 +4476,7 @@ cpu7_bottom_alert1: trip-point1 {
type = "passive";
};
cpu7_bottom_crit: cpu_crit {
cpu7_bottom_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4508,7 +4508,7 @@ reset-mon-cfg {
type = "passive";
};
gpu0_tj_cfg: tj_cfg {
gpu0_tj_cfg: tj-cfg {
temperature = <95000>;
hysteresis = <5000>;
type = "passive";
......@@ -4540,7 +4540,7 @@ reset-mon-cfg {
type = "passive";
};
gpu1_tj_cfg: tj_cfg {
gpu1_tj_cfg: tj-cfg {
temperature = <95000>;
hysteresis = <5000>;
type = "passive";
......@@ -4586,7 +4586,7 @@ cpu0_alert1: trip-point1 {
type = "passive";
};
cpu0_crit: cpu_crit {
cpu0_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4612,7 +4612,7 @@ cpu1_alert1: trip-point1 {
type = "passive";
};
cpu1_crit: cpu_crit {
cpu1_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4638,7 +4638,7 @@ cpu2_alert1: trip-point1 {
type = "passive";
};
cpu2_crit: cpu_crit {
cpu2_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......@@ -4664,7 +4664,7 @@ cpu3_alert1: trip-point1 {
type = "passive";
};
cpu3_crit: cpu_crit {
cpu3_crit: cpu-crit {
temperature = <110000>;
hysteresis = <1000>;
type = "critical";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment