ARM: dts: sunxi: Fix CPU thermal zone node name

The CPU thermal zone is called on most of the older DTSI cpu_thermal.
However, the underscore is an invalid character for a node name and the
thermal zone binding explicitly requires that zones are called
*-thermal. Let's fix it.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Jernej Skrabec <jernej.skrabec@siol.net>
Link: https://lore.kernel.org/r/20210114113538.1233933-8-maxime@cerno.tech
This commit is contained in:
Maxime Ripard 2021-01-14 12:35:27 +01:00
parent 86131fb96e
commit 36a4e59838
No known key found for this signature in database
GPG Key ID: E3EF0D6F671851C5
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@
/ {
thermal-zones {
cpu_thermal {
cpu-thermal {
/* milliseconds */
polling-delay-passive = <250>;
polling-delay = <1000>;

View File

@ -165,7 +165,7 @@
};
thermal-zones {
cpu_thermal {
cpu-thermal {
/* milliseconds */
polling-delay-passive = <250>;
polling-delay = <1000>;

View File

@ -140,7 +140,7 @@
};
thermal-zones {
cpu_thermal {
cpu-thermal {
/* milliseconds */
polling-delay-passive = <250>;
polling-delay = <1000>;

View File

@ -288,7 +288,7 @@
};
thermal-zones {
cpu_thermal {
cpu-thermal {
/* milliseconds */
polling-delay-passive = <250>;
polling-delay = <1000>;