Skip to content

Commit b8d3d11

Browse files
Fabrizio CastroEduardo Valentin
authored andcommitted
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>
1 parent 69f8f55 commit b8d3d11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/thermal/rcar_thermal.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
112112
.compatible = "renesas,rcar-gen2-thermal",
113113
.data = &rcar_gen2_thermal,
114114
},
115+
{
116+
.compatible = "renesas,thermal-r8a774c0",
117+
.data = &rcar_gen3_thermal,
118+
},
115119
{
116120
.compatible = "renesas,thermal-r8a77970",
117121
.data = &rcar_gen3_thermal,

0 commit comments

Comments
 (0)