diff options
author | Biju Das <biju.das@bp.renesas.com> | 2019-09-23 16:25:46 +0200 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2019-11-07 07:00:26 +0100 |
commit | 1a005912410f5026d59620fdcd4340c1758ec0a3 (patch) | |
tree | cd0e4d365ae986559d57d17f61d2c068e537d088 /drivers/thermal/rcar_gen3_thermal.c | |
parent | Linux 5.4-rc6 (diff) | |
download | linux-1a005912410f5026d59620fdcd4340c1758ec0a3.tar.xz linux-1a005912410f5026d59620fdcd4340c1758ec0a3.zip |
thermal: rcar_gen3_thermal: Add r8a774b1 support
Add r8a774b1 specific compatible string.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1569248746-56718-1-git-send-email-biju.das@bp.renesas.com
Diffstat (limited to 'drivers/thermal/rcar_gen3_thermal.c')
-rw-r--r-- | drivers/thermal/rcar_gen3_thermal.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c index 755d2b5bd2c2..1460cf9d9f1c 100644 --- a/drivers/thermal/rcar_gen3_thermal.c +++ b/drivers/thermal/rcar_gen3_thermal.c @@ -315,6 +315,10 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = { .data = &rcar_gen3_ths_tj_1_m3_w, }, { + .compatible = "renesas,r8a774b1-thermal", + .data = &rcar_gen3_ths_tj_1, + }, + { .compatible = "renesas,r8a7795-thermal", .data = &rcar_gen3_ths_tj_1, }, |