Commit e36e1300 authored by Yoshihiro Kaneko's avatar Yoshihiro Kaneko Committed by Eduardo Valentin

thermal: rcar_thermal: add R8A77990 support

Add support for R-Car E3 (R8A77990) thermal support.
Signed-off-by: default avatarYoshihiro Kaneko <ykaneko0929@gmail.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent 6471a52d
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment