Commit 94f13b9c authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding
Browse files

ARM: tegra: acer-a500: Correct thermal zone names



Rename thermal zones in order fix dt_binding_check warning telling that
names do not match the expected pattern.

Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent d7195ac5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1020,14 +1020,14 @@ sound {
	};

	thermal-zones {
		nct1008-local {
		skin-thermal {
			polling-delay-passive = <1000>; /* milliseconds */
			polling-delay = <0>; /* milliseconds */

			thermal-sensors = <&nct1008 0>;
		};

		nct1008-remote {
		cpu-thermal {
			polling-delay-passive = <1000>; /* milliseconds */
			polling-delay = <5000>; /* milliseconds */