Message ID | ffa4ab74-aa7c-553a-6246-022e3af7d9fa@cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Eduardo Valentin |
Headers | show |
Series | Add R8A77980 support to the Renesas R-Car gen3 thermal driver | expand |
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>
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);
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);
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(+)