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

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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1999,7 +1999,7 @@
					hysteresis = <2000>;
					type = "passive";
				};
				cpu0_1_crit: cpu_crit {
				cpu0_1_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -2029,7 +2029,7 @@
					hysteresis = <2000>;
					type = "passive";
				};
				cpu2_3_crit: cpu_crit {
				cpu2_3_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -2059,7 +2059,7 @@
					hysteresis = <2000>;
					type = "passive";
				};
				gpu_crit: gpu_crit {
				gpu_crit: gpu-crit {
					temperature = <95000>;
					hysteresis = <2000>;
					type = "critical";
+2 −2
Original line number Diff line number Diff line
@@ -146,12 +146,12 @@
			};
		};

		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>;
		};
+4 −4
Original line number Diff line number Diff line
@@ -3583,7 +3583,7 @@
					type = "passive";
				};

				cpu0_crit: cpu_crit {
				cpu0_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -3604,7 +3604,7 @@
					type = "passive";
				};

				cpu1_crit: cpu_crit {
				cpu1_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -3625,7 +3625,7 @@
					type = "passive";
				};

				cpu2_crit: cpu_crit {
				cpu2_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -3646,7 +3646,7 @@
					type = "passive";
				};

				cpu3_crit: cpu_crit {
				cpu3_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
+8 −8
Original line number Diff line number Diff line
@@ -465,7 +465,7 @@
					type = "passive";
				};

				cpu0_crit: cpu_crit {
				cpu0_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -486,7 +486,7 @@
					type = "passive";
				};

				cpu1_crit: cpu_crit {
				cpu1_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -507,7 +507,7 @@
					type = "passive";
				};

				cpu2_crit: cpu_crit {
				cpu2_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -528,7 +528,7 @@
					type = "passive";
				};

				cpu3_crit: cpu_crit {
				cpu3_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -549,7 +549,7 @@
					type = "passive";
				};

				cpu4_crit: cpu_crit {
				cpu4_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -570,7 +570,7 @@
					type = "passive";
				};

				cpu5_crit: cpu_crit {
				cpu5_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -591,7 +591,7 @@
					type = "passive";
				};

				cpu6_crit: cpu_crit {
				cpu6_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
@@ -612,7 +612,7 @@
					type = "passive";
				};

				cpu7_crit: cpu_crit {
				cpu7_crit: cpu-crit {
					temperature = <110000>;
					hysteresis = <2000>;
					type = "critical";
+5 −5
Original line number Diff line number Diff line
@@ -1517,7 +1517,7 @@
					hysteresis = <2000>;
					type = "passive";
				};
				cluster_crit: cluster_crit {
				cluster_crit: cluster-crit {
					temperature = <120000>;
					hysteresis = <2000>;
					type = "critical";
@@ -1551,7 +1551,7 @@
					hysteresis = <2000>;
					type = "passive";
				};
				cpu0_crit: cpu_crit {
				cpu0_crit: cpu-crit {
					temperature = <120000>;
					hysteresis = <2000>;
					type = "critical";
@@ -1585,7 +1585,7 @@
					hysteresis = <2000>;
					type = "passive";
				};
				cpu1_crit: cpu_crit {
				cpu1_crit: cpu-crit {
					temperature = <120000>;
					hysteresis = <2000>;
					type = "critical";
@@ -1619,7 +1619,7 @@
					hysteresis = <2000>;
					type = "passive";
				};
				cpu2_crit: cpu_crit {
				cpu2_crit: cpu-crit {
					temperature = <120000>;
					hysteresis = <2000>;
					type = "critical";
@@ -1653,7 +1653,7 @@
					hysteresis = <2000>;
					type = "passive";
				};
				cpu3_crit: cpu_crit {
				cpu3_crit: cpu-crit {
					temperature = <120000>;
					hysteresis = <2000>;
					type = "critical";
Loading