From e36e13003efd8b0160d49138385b0cec570900aa Mon Sep 17 00:00:00 2001 From: Yoshihiro Kaneko Date: Mon, 17 Dec 2018 23:50:21 +0900 Subject: thermal: rcar_thermal: add R8A77990 support Add support for R-Car E3 (R8A77990) thermal support. Signed-off-by: Yoshihiro Kaneko Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Eduardo Valentin --- drivers/thermal/rcar_thermal.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/thermal') diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c index 335cfcbce245..97462e9b40d8 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c @@ -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, -- cgit