diff mbox series

[2/2] thermal: rcar_gen3_thermal: add R8A77980 support

Message ID ffa4ab74-aa7c-553a-6246-022e3af7d9fa@cogentembedded.com (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series Add R8A77980 support to the Renesas R-Car gen3 thermal driver | expand

Commit Message

Sergei Shtylyov Oct. 9, 2018, 7:11 p.m. UTC
Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
 drivers/thermal/rcar_gen3_thermal.c |    1 +
 1 file changed, 1 insertion(+)

Comments

Simon Horman Oct. 10, 2018, 8:29 a.m. UTC | #1
On Tue, Oct 09, 2018 at 10:11:51PM +0300, Sergei Shtylyov wrote:
> Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Niklas Söderlund Oct. 10, 2018, 10:24 a.m. UTC | #2
Hi Sergei,

Thanks for your patch.

On 2018-10-09 22:11:51 +0300, Sergei Shtylyov wrote:
> Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> 
> ---
>  drivers/thermal/rcar_gen3_thermal.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: linux-soc-thermal/drivers/thermal/rcar_gen3_thermal.c
> ===================================================================
> --- linux-soc-thermal.orig/drivers/thermal/rcar_gen3_thermal.c
> +++ linux-soc-thermal/drivers/thermal/rcar_gen3_thermal.c
> @@ -321,6 +321,7 @@ static const struct of_device_id rcar_ge
>  	{ .compatible = "renesas,r8a7795-thermal", },
>  	{ .compatible = "renesas,r8a7796-thermal", },
>  	{ .compatible = "renesas,r8a77965-thermal", },
> +	{ .compatible = "renesas,r8a77980-thermal", },
>  	{},
>  };
>  MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);
diff mbox series

Patch

Index: linux-soc-thermal/drivers/thermal/rcar_gen3_thermal.c
===================================================================
--- linux-soc-thermal.orig/drivers/thermal/rcar_gen3_thermal.c
+++ linux-soc-thermal/drivers/thermal/rcar_gen3_thermal.c
@@ -321,6 +321,7 @@  static const struct of_device_id rcar_ge
 	{ .compatible = "renesas,r8a7795-thermal", },
 	{ .compatible = "renesas,r8a7796-thermal", },
 	{ .compatible = "renesas,r8a77965-thermal", },
+	{ .compatible = "renesas,r8a77980-thermal", },
 	{},
 };
 MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);