arm64: dts: renesas: r8a779f0: Use proper labels for thermal zones
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Thu, 9 Feb 2023 20:07:35 +0000 (21:07 +0100)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 6 Mar 2023 09:50:29 +0000 (10:50 +0100)
The documentation provides information about the placement of the zones,
so that can be used for more descriptive labels.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20230209200735.3882-1-wsa+renesas@sang-engineering.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
arch/arm64/boot/dts/renesas/r8a779f0.dtsi

index 52b09e347e13a451630ca2d95913610ac4fb8dbe..dc4d23daa8e805f9c6a323c871d4aa36395a7eff 100644 (file)
        };
 
        thermal-zones {
-               sensor_thermal1: sensor1-thermal {
+               sensor_thermal_rtcore: sensor1-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
                        thermal-sensors = <&tsc 0>;
                        };
                };
 
-               sensor_thermal2: sensor2-thermal {
+               sensor_thermal_apcore0: sensor2-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
                        thermal-sensors = <&tsc 1>;
                        };
                };
 
-               sensor_thermal3: sensor3-thermal {
+               sensor_thermal_apcore4: sensor3-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
                        thermal-sensors = <&tsc 2>;