Commit 624f1806 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Matthias Brugger
Browse files

arm64: dts: mediatek: align thermal zone node names with dtschema



Align the name of thermal zone node to dtschema to fix warnings like:

  arch/arm64/boot/dts/mediatek/mt8173-elm.dt.yaml:
    thermal-zones: 'cpu_thermal' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+'

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20210820081616.83674-2-krzysztof.kozlowski@canonical.com


Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent 6f117db4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -273,7 +273,7 @@ cpum_ck: oscillator2 {
	};

	thermal-zones {
		cpu_thermal: cpu_thermal {
		cpu_thermal: cpu-thermal {
			polling-delay-passive = <1000>; /* milliseconds */
			polling-delay = <1000>; /* milliseconds */

+1 −1
Original line number Diff line number Diff line
@@ -823,7 +823,7 @@ thermal: thermal@1100b000 {
		};

		thermal_zones: thermal-zones {
			cpu_thermal: cpu_thermal {
			cpu_thermal: cpu-thermal {
				polling-delay-passive = <100>;
				polling-delay = <500>;
				thermal-sensors = <&thermal 0>;