ARM: tegra: nexus7: Correct thermal zone names
authorDmitry Osipenko <digetx@gmail.com>
Wed, 4 Nov 2020 14:12:46 +0000 (17:12 +0300)
committerThierry Reding <treding@nvidia.com>
Thu, 26 Nov 2020 18:06:45 +0000 (19:06 +0100)
Rename thermal zones in order fix dt_binding_check warning telling that
names do not match the expected pattern.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-asus-nexus7-grouper-common.dtsi

index 88ca03f..fa6bbec 100644 (file)
        };
 
        thermal-zones {
-               nct72-local {
+               skin-thermal {
                        polling-delay-passive = <1000>; /* milliseconds */
                        polling-delay = <0>; /* milliseconds */
 
                        thermal-sensors = <&nct72 0>;
                };
 
-               nct72-remote {
+               cpu-thermal {
                        polling-delay-passive = <1000>; /* milliseconds */
                        polling-delay = <5000>; /* milliseconds */