mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -2024,7 +2024,7 @@
|
||||
};
|
||||
|
||||
thermal-zones {
|
||||
cpu {
|
||||
cpu-thermal {
|
||||
trips {
|
||||
cpu-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
@@ -2034,7 +2034,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
mem {
|
||||
mem-thermal {
|
||||
trips {
|
||||
mem-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
@@ -2044,7 +2044,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpu {
|
||||
gpu-thermal {
|
||||
trips {
|
||||
gpu-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
|
||||
@@ -2016,7 +2016,7 @@
|
||||
};
|
||||
|
||||
thermal-zones {
|
||||
cpu {
|
||||
cpu-thermal {
|
||||
trips {
|
||||
cpu-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
@@ -2026,7 +2026,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
mem {
|
||||
mem-thermal {
|
||||
trips {
|
||||
mem-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
@@ -2036,7 +2036,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpu {
|
||||
gpu-thermal {
|
||||
trips {
|
||||
gpu-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
|
||||
@@ -2047,7 +2047,7 @@
|
||||
};
|
||||
|
||||
thermal-zones {
|
||||
cpu {
|
||||
cpu-thermal {
|
||||
trips {
|
||||
cpu-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
@@ -2057,7 +2057,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
mem {
|
||||
mem-thermal {
|
||||
trips {
|
||||
mem-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
@@ -2067,7 +2067,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpu {
|
||||
gpu-thermal {
|
||||
trips {
|
||||
gpu-shutdown-trip {
|
||||
temperature = <101000>;
|
||||
|
||||
@@ -1242,7 +1242,7 @@
|
||||
};
|
||||
|
||||
thermal-zones {
|
||||
cpu {
|
||||
cpu-thermal {
|
||||
polling-delay-passive = <1000>;
|
||||
polling-delay = <1000>;
|
||||
|
||||
@@ -1270,7 +1270,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
mem {
|
||||
mem-thermal {
|
||||
polling-delay-passive = <1000>;
|
||||
polling-delay = <1000>;
|
||||
|
||||
@@ -1298,7 +1298,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpu {
|
||||
gpu-thermal {
|
||||
polling-delay-passive = <1000>;
|
||||
polling-delay = <1000>;
|
||||
|
||||
@@ -1326,7 +1326,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
pllx {
|
||||
pllx-thermal {
|
||||
polling-delay-passive = <1000>;
|
||||
polling-delay = <1000>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user