diff mbox series

[PATCH/RFT,v2,2/2] thermal: rcar_thermal: add R8A77990 support

Message ID 1545058221-22529-3-git-send-email-ykaneko0929@gmail.com (mailing list archive)
State Accepted
Delegated to: Eduardo Valentin
Headers show
Series thermal: add suport for R8A77990 | expand

Commit Message

Yoshihiro Kaneko Dec. 17, 2018, 2:50 p.m. UTC
Add support for R-Car E3 (R8A77990) thermal support.

Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
---
 drivers/thermal/rcar_thermal.c | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Geert Uytterhoeven Dec. 17, 2018, 4:23 p.m. UTC | #1
On Mon, Dec 17, 2018 at 3:51 PM Yoshihiro Kaneko <ykaneko0929@gmail.com> wrote:
> Add support for R-Car E3 (R8A77990) thermal support.
>
> Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>

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

Gr{oetje,eeting}s,

                        Geert
Simon Horman Dec. 17, 2018, 7:56 p.m. UTC | #2
On Mon, Dec 17, 2018 at 11:50:21PM +0900, Yoshihiro Kaneko wrote:
> Add support for R-Car E3 (R8A77990) thermal support.
> 
> Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
diff mbox series

Patch

diff --git a/drivers/thermal/rcar_thermal.c b/drivers/thermal/rcar_thermal.c
index 8014a20..30a12b8 100644
--- a/drivers/thermal/rcar_thermal.c
+++ b/drivers/thermal/rcar_thermal.c
@@ -117,6 +117,10 @@  struct rcar_thermal_priv {
 		.data = &rcar_gen3_thermal,
 	},
 	{
+		.compatible = "renesas,thermal-r8a77990",
+		.data = &rcar_gen3_thermal,
+	},
+	{
 		.compatible = "renesas,thermal-r8a77995",
 		.data = &rcar_gen3_thermal,
 	},