[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <165900505422.15455.14055094669854740799.tip-bot2@tip-bot2>
Date: Thu, 28 Jul 2022 10:44:14 -0000
From: "tip-bot2 for Wolfram Sang" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Wolfram Sang <wsa+renesas@...g-engineering.com>,
niklas.soderlund@...natech.se,
Geert Uytterhoeven <geert+renesas@...der.be>,
Daniel Lezcano <daniel.lezcano@...aro.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: timers/core] thermal/drivers/rcar_gen3_thermal: Add r8a779f0 support
The following commit has been merged into the timers/core branch of tip:
Commit-ID: 5b2ca9bc3f1bb1a65e8a2c636047ea51aaa924b1
Gitweb: https://git.kernel.org/tip/5b2ca9bc3f1bb1a65e8a2c636047ea51aaa924b1
Author: Wolfram Sang <wsa+renesas@...g-engineering.com>
AuthorDate: Tue, 05 Jul 2022 21:55:20 +02:00
Committer: Daniel Lezcano <daniel.lezcano@...aro.org>
CommitterDate: Sat, 16 Jul 2022 00:45:33 +02:00
thermal/drivers/rcar_gen3_thermal: Add r8a779f0 support
Add support for R-Car S4.
Signed-off-by: Wolfram Sang <wsa+renesas@...g-engineering.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@...natech.se>
Reviewed-by: Geert Uytterhoeven <geert+renesas@...der.be>
Link: https://lore.kernel.org/r/20220705195520.2581-1-wsa+renesas@sang-engineering.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org>
---
drivers/thermal/rcar_gen3_thermal.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c
index 43eb25b..ccdf8a2 100644
--- a/drivers/thermal/rcar_gen3_thermal.c
+++ b/drivers/thermal/rcar_gen3_thermal.c
@@ -399,6 +399,10 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = {
.compatible = "renesas,r8a779a0-thermal",
.data = &rcar_gen3_ths_tj_1,
},
+ {
+ .compatible = "renesas,r8a779f0-thermal",
+ .data = &rcar_gen3_ths_tj_1,
+ },
{},
};
MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);
Powered by blists - more mailing lists