diff options
| author | Niklas Söderlund <[email protected]> | 2018-04-26 21:42:02 +0200 |
|---|---|---|
| committer | Eduardo Valentin <[email protected]> | 2018-05-06 16:05:17 -0700 |
| commit | 2e7db3eceb41416ac9633ea58c28760b3c01cfcc (patch) | |
| tree | 7db2cfbfa5d1b720a45ea8716c6f634552e50e6c | |
| parent | 0706cb152daf56b8bc39965b108b0ff48f0c1c4a (diff) | |
thermal: rcar_gen3_thermal: add r8a77965 support
Signed-off-by: Niklas Söderlund <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: Eduardo Valentin <[email protected]>
| -rw-r--r-- | drivers/thermal/rcar_gen3_thermal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c index 3905ec8b2689..766521eb7071 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); |