summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>2018-04-26 21:42:02 +0200
committerEduardo Valentin <edubezval@gmail.com>2018-05-06 16:05:17 -0700
commit2e7db3eceb41416ac9633ea58c28760b3c01cfcc (patch)
tree7db2cfbfa5d1b720a45ea8716c6f634552e50e6c
parent0706cb152daf56b8bc39965b108b0ff48f0c1c4a (diff)
downloadop-kernel-dev-2e7db3eceb41416ac9633ea58c28760b3c01cfcc.zip
op-kernel-dev-2e7db3eceb41416ac9633ea58c28760b3c01cfcc.tar.gz
thermal: rcar_gen3_thermal: add r8a77965 support
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r--drivers/thermal/rcar_gen3_thermal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/thermal/rcar_gen3_thermal.c b/drivers/thermal/rcar_gen3_thermal.c
index 3905ec8..766521e 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);
OpenPOWER on IntegriCloud