From: Niklas Söderlund Date: Thu, 26 Apr 2018 19:42:02 +0000 (+0200) Subject: thermal: rcar_gen3_thermal: add r8a77965 support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e7db3eceb41416ac9633ea58c28760b3c01cfcc;p=linux.git thermal: rcar_gen3_thermal: add r8a77965 support Signed-off-by: Niklas Söderlund Reviewed-by: Geert Uytterhoeven Reviewed-by: Simon Horman Signed-off-by: Eduardo Valentin --- diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c index 3905ec8b26898..766521eb70715 100644 --- a/drivers/thermal/rcar_gen3_thermal.c +++ b/drivers/thermal/rcar_gen3_thermal.c @@ -329,6 +329,7 @@ static void rcar_gen3_thermal_init(struct rcar_gen3_thermal_tsc *tsc) static const struct of_device_id rcar_gen3_thermal_dt_ids[] = { { .compatible = "renesas,r8a7795-thermal", }, { .compatible = "renesas,r8a7796-thermal", }, + { .compatible = "renesas,r8a77965-thermal", }, {}, }; MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);