thermal: rcar_thermal: add R8A774C0 support
authorFabrizio Castro <fabrizio.castro@bp.renesas.com>
Thu, 13 Dec 2018 20:23:10 +0000 (20:23 +0000)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 2 Jan 2019 12:47:20 +0000 (04:47 -0800)
Add thermal support for the RZ/G2E SoC (a.k.a. R8A774C0).

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
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_thermal.c

index 8014a20..335cfcb 100644 (file)
@@ -113,6 +113,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
                 .data = &rcar_gen2_thermal,
        },
        {
+               .compatible = "renesas,thermal-r8a774c0",
+               .data = &rcar_gen3_thermal,
+       },
+       {
                .compatible = "renesas,thermal-r8a77970",
                .data = &rcar_gen3_thermal,
        },