Skip to content

Commit 947d85f

Browse files
marian-c-rotariudlezcano
authored andcommitted
thermal: rcar_gen3_thermal: Add r8a774e1 support
Add r8a774e1 specific compatible string. Signed-off-by: Marian-Cristian Rotariu <[email protected]> Signed-off-by: Lad Prabhakar <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Niklas Söderlund <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/1594811350-14066-4-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com
1 parent af0e5f1 commit 947d85f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/thermal/rcar_gen3_thermal.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = {
314314
.compatible = "renesas,r8a774b1-thermal",
315315
.data = &rcar_gen3_ths_tj_1,
316316
},
317+
{
318+
.compatible = "renesas,r8a774e1-thermal",
319+
.data = &rcar_gen3_ths_tj_1,
320+
},
317321
{
318322
.compatible = "renesas,r8a7795-thermal",
319323
.data = &rcar_gen3_ths_tj_1,

0 commit comments

Comments
 (0)