From: Yoshihiro Kaneko Date: Mon, 17 Dec 2018 14:50:21 +0000 (+0900) Subject: thermal: rcar_thermal: add R8A77990 support X-Git-Tag: v5.4.17~4425^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e36e13003efd8b0160d49138385b0cec570900aa;p=arm%2Flinux.git 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 --- 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,