Skip to content

Commit 92ca366

Browse files
Sergei ShtylyovEduardo Valentin
authored andcommitted
thermal: rcar_thermal: add R8A77970 support
Add the R-Car V3M (R8A77970) SoC support to the R-Car gen2 thermal driver. The hardware is the same as in the R-Car D3 (R8A77995) plus the CIVM status register (we don't use). Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
1 parent a14404a commit 92ca366

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/thermal/rcar_thermal.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
124124
.compatible = "renesas,rcar-gen2-thermal",
125125
.data = &rcar_gen2_thermal,
126126
},
127+
{
128+
.compatible = "renesas,thermal-r8a77970",
129+
.data = &rcar_gen3_thermal,
130+
},
127131
{
128132
.compatible = "renesas,thermal-r8a77995",
129133
.data = &rcar_gen3_thermal,

0 commit comments

Comments
 (0)