diff mbox series

thermal: rcar_gen3_thermal: Add r8a774b1 support

Message ID 1569248746-56718-1-git-send-email-biju.das@bp.renesas.com (mailing list archive)
State New, archived
Delegated to: Eduardo Valentin
Headers show
Series thermal: rcar_gen3_thermal: Add r8a774b1 support | expand

Commit Message

Biju Das Sept. 23, 2019, 2:25 p.m. UTC
Add r8a774b1 specific compatible string.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 drivers/thermal/rcar_gen3_thermal.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Geert Uytterhoeven Sept. 26, 2019, 2:13 p.m. UTC | #1
On Mon, Sep 23, 2019 at 4:26 PM Biju Das <biju.das@bp.renesas.com> wrote:
> Add r8a774b1 specific compatible string.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert
diff mbox series

Patch

diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c
index a564633..ca214b2 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,
 	},