Skip to content

Commit e36e130

Browse files
ykanekoEduardo Valentin
authored andcommitted
thermal: rcar_thermal: add R8A77990 support
Add support for R-Car E3 (R8A77990) thermal support. Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.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 6471a52 commit e36e130

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
@@ -120,6 +120,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
120120
.compatible = "renesas,thermal-r8a77970",
121121
.data = &rcar_gen3_thermal,
122122
},
123+
{
124+
.compatible = "renesas,thermal-r8a77990",
125+
.data = &rcar_gen3_thermal,
126+
},
123127
{
124128
.compatible = "renesas,thermal-r8a77995",
125129
.data = &rcar_gen3_thermal,

0 commit comments

Comments
 (0)