Skip to content

Commit 5b2ca9b

Browse files
Wolfram Sangdlezcano
authored andcommitted
thermal/drivers/rcar_gen3_thermal: Add r8a779f0 support
Add support for R-Car S4. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20220705195520.2581-1-wsa+renesas@sang-engineering.com Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
1 parent 327e93c commit 5b2ca9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/thermal/rcar_gen3_thermal.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,10 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = {
399399
.compatible = "renesas,r8a779a0-thermal",
400400
.data = &rcar_gen3_ths_tj_1,
401401
},
402+
{
403+
.compatible = "renesas,r8a779f0-thermal",
404+
.data = &rcar_gen3_ths_tj_1,
405+
},
402406
{},
403407
};
404408
MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);

0 commit comments

Comments
 (0)