thermal: rcar_gen3_thermal: add r8a77965 support
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thu, 26 Apr 2018 19:42:02 +0000 (21:42 +0200)
committerEduardo Valentin <edubezval@gmail.com>
Sun, 6 May 2018 23:05:17 +0000 (16:05 -0700)
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>
drivers/thermal/rcar_gen3_thermal.c

index 3905ec8b2689827c90cf1040ab2974cd9e048e53..766521eb70715a1ff6c9a6b93434ec47d8716c49 100644 (file)
@@ -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);