Commit 272c5c3a authored by Thierry Reding's avatar Thierry Reding

ARM: tegra: Rename thermal zone nodes

The DT schema requires that nodes representing thermal zones include a
"-thermal" suffix in their name.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 9ab9ecd8
......@@ -2024,7 +2024,7 @@ sound {
};
thermal-zones {
cpu {
cpu-thermal {
trips {
cpu-shutdown-trip {
temperature = <101000>;
......@@ -2034,7 +2034,7 @@ cpu-shutdown-trip {
};
};
mem {
mem-thermal {
trips {
mem-shutdown-trip {
temperature = <101000>;
......@@ -2044,7 +2044,7 @@ mem-shutdown-trip {
};
};
gpu {
gpu-thermal {
trips {
gpu-shutdown-trip {
temperature = <101000>;
......
......@@ -2016,7 +2016,7 @@ sound {
};
thermal-zones {
cpu {
cpu-thermal {
trips {
cpu-shutdown-trip {
temperature = <101000>;
......@@ -2026,7 +2026,7 @@ cpu-shutdown-trip {
};
};
mem {
mem-thermal {
trips {
mem-shutdown-trip {
temperature = <101000>;
......@@ -2036,7 +2036,7 @@ mem-shutdown-trip {
};
};
gpu {
gpu-thermal {
trips {
gpu-shutdown-trip {
temperature = <101000>;
......
......@@ -2047,7 +2047,7 @@ sound {
};
thermal-zones {
cpu {
cpu-thermal {
trips {
cpu-shutdown-trip {
temperature = <101000>;
......@@ -2057,7 +2057,7 @@ cpu-shutdown-trip {
};
};
mem {
mem-thermal {
trips {
mem-shutdown-trip {
temperature = <101000>;
......@@ -2067,7 +2067,7 @@ mem-shutdown-trip {
};
};
gpu {
gpu-thermal {
trips {
gpu-shutdown-trip {
temperature = <101000>;
......
......@@ -1242,7 +1242,7 @@ pmu {
};
thermal-zones {
cpu {
cpu-thermal {
polling-delay-passive = <1000>;
polling-delay = <1000>;
......@@ -1270,7 +1270,7 @@ map0 {
};
};
mem {
mem-thermal {
polling-delay-passive = <1000>;
polling-delay = <1000>;
......@@ -1298,7 +1298,7 @@ cooling-maps {
};
};
gpu {
gpu-thermal {
polling-delay-passive = <1000>;
polling-delay = <1000>;
......@@ -1326,7 +1326,7 @@ map0 {
};
};
pllx {
pllx-thermal {
polling-delay-passive = <1000>;
polling-delay = <1000>;
......
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