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>
这个提交包含在:
Yoshihiro Kaneko
2018-12-17 23:50:21 +09:00
提交者 Eduardo Valentin
父节点 6471a52dee
当前提交 e36e13003e

查看文件

@@ -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,