mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 00:25:24 -04:00
ARM: tegra: nexus7: 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: Dmitry Osipenko <digetx@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
committed by
Thierry Reding
parent
5b0455f82b
commit
8857779a9f
@@ -1240,14 +1240,14 @@ sound {
|
||||
};
|
||||
|
||||
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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user