From: Fabrizio Castro Date: Thu, 13 Dec 2018 20:23:10 +0000 (+0000) Subject: thermal: rcar_thermal: add R8A774C0 support X-Git-Tag: v5.0-rc1~21^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d3d11203afddf9e6c4e8b8ccecd401b6a8cc3e;p=thirdparty%2Flinux.git thermal: rcar_thermal: add R8A774C0 support Add thermal support for the RZ/G2E SoC (a.k.a. R8A774C0). Signed-off-by: Fabrizio Castro 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 8014a207d8d9b..335cfcbce2458 100644 --- a/drivers/thermal/rcar_thermal.c +++ b/drivers/thermal/rcar_thermal.c @@ -112,6 +112,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = { .compatible = "renesas,rcar-gen2-thermal", .data = &rcar_gen2_thermal, }, + { + .compatible = "renesas,thermal-r8a774c0", + .data = &rcar_gen3_thermal, + }, { .compatible = "renesas,thermal-r8a77970", .data = &rcar_gen3_thermal,