From: Sergei Shtylyov Date: Tue, 9 Oct 2018 19:11:51 +0000 (+0300) Subject: thermal: rcar_gen3_thermal: add R8A77980 support X-Git-Tag: v4.20-rc1~104^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=853cbc1f2d3a6ef9d5f6f99fe7c4b7595eae9d3a;p=thirdparty%2Fkernel%2Flinux.git thermal: rcar_gen3_thermal: add R8A77980 support Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver. Signed-off-by: Sergei Shtylyov Reviewed-by: Simon Horman Reviewed-by: Niklas Söderlund Signed-off-by: Eduardo Valentin --- diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c index 53904fbc66c63..b5f33d52c0eca 100644 --- a/drivers/thermal/rcar_gen3_thermal.c +++ b/drivers/thermal/rcar_gen3_thermal.c @@ -331,6 +331,7 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = { { .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);