aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>2018-12-13 20:23:10 +0000
committerEduardo Valentin <edubezval@gmail.com>2019-01-02 04:47:20 -0800
commitb8d3d11203afddf9e6c4e8b8ccecd401b6a8cc3e (patch)
treeedd0e25ec68ae69cbfd5a3a679bcbe72131e6aca /drivers
parentdt-bindings: thermal: rcar-thermal: add R8A774C0 support (diff)
downloadlinux-dev-b8d3d11203afddf9e6c4e8b8ccecd401b6a8cc3e.tar.xz
linux-dev-b8d3d11203afddf9e6c4e8b8ccecd401b6a8cc3e.zip
thermal: rcar_thermal: add R8A774C0 support
Add thermal support for the RZ/G2E SoC (a.k.a. R8A774C0). Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/thermal/rcar_thermal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
index 8014a207d8d9..335cfcbce245 100644
--- a/drivers/thermal/rcar_thermal.c
+++ b/drivers/thermal/rcar_thermal.c
@@ -113,6 +113,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
.data = &rcar_gen2_thermal,
},
{
+ .compatible = "renesas,thermal-r8a774c0",
+ .data = &rcar_gen3_thermal,
+ },
+ {
.compatible = "renesas,thermal-r8a77970",
.data = &rcar_gen3_thermal,
},