Hi Wolfram, Thanks for your work. On 2023-02-09 21:07:35 +0100, Wolfram Sang wrote: > 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@xxxxxxxxxxxxxxxxxxxx> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > > Inspired by Geert's thermal nodes for V4H. Thanks! > > arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi > index f20b612b2b9a..e0f4ab20ae63 100644 > --- a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi > +++ b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi > @@ -1119,7 +1119,7 @@ prr: chipid@fff00044 { > }; > > thermal-zones { > - sensor_thermal1: sensor1-thermal { > + sensor_thermal_rtcore: sensor1-thermal { > polling-delay-passive = <250>; > polling-delay = <1000>; > thermal-sensors = <&tsc 0>; > @@ -1133,7 +1133,7 @@ sensor1_crit: sensor1-crit { > }; > }; > > - sensor_thermal2: sensor2-thermal { > + sensor_thermal_apcore0: sensor2-thermal { > polling-delay-passive = <250>; > polling-delay = <1000>; > thermal-sensors = <&tsc 1>; > @@ -1147,7 +1147,7 @@ sensor2_crit: sensor2-crit { > }; > }; > > - sensor_thermal3: sensor3-thermal { > + sensor_thermal_apcore4: sensor3-thermal { > polling-delay-passive = <250>; > polling-delay = <1000>; > thermal-sensors = <&tsc 2>; > -- > 2.35.1 > -- Kind Regards, Niklas Söderlund