1
0
Fork 0

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>
hifive-unleashed-5.1
Yoshihiro Kaneko 2018-12-17 23:50:21 +09:00 committed by Eduardo Valentin
parent 6471a52dee
commit e36e13003e
1 changed files with 4 additions and 0 deletions

View File

@ -120,6 +120,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
.compatible = "renesas,thermal-r8a77970",
.data = &rcar_gen3_thermal,
},
{
.compatible = "renesas,thermal-r8a77990",
.data = &rcar_gen3_thermal,
},
{
.compatible = "renesas,thermal-r8a77995",
.data = &rcar_gen3_thermal,