]> xenbits.xensource.com Git - arm/linux.git/commitdiff
thermal: rcar_thermal: add R8A77990 support
authorYoshihiro Kaneko <ykaneko0929@gmail.com>
Mon, 17 Dec 2018 14:50:21 +0000 (23:50 +0900)
committerEduardo Valentin <edubezval@gmail.com>
Wed, 2 Jan 2019 12:47:22 +0000 (04:47 -0800)
Add support for R-Car E3 (R8A77990) thermal support.

Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.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 335cfcbce24587396e8e8060f81bc65f0c71f067..97462e9b40d8b8da91694aca523f4dde5796d963 100644 (file)
@@ -120,6 +120,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
                .compatible = "renesas,thermal-r8a77970",
                .data = &rcar_gen3_thermal,
        },
+       {
+               .compatible = "renesas,thermal-r8a77990",
+               .data = &rcar_gen3_thermal,
+       },
        {
                .compatible = "renesas,thermal-r8a77995",
                .data = &rcar_gen3_thermal,