]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
thermal: rcar_gen3_thermal: add R8A77980 support
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Tue, 9 Oct 2018 19:11:51 +0000 (22:11 +0300)
committerEduardo Valentin <edubezval@gmail.com>
Thu, 25 Oct 2018 17:44:53 +0000 (10:44 -0700)
Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/rcar_gen3_thermal.c

index 53904fbc66c6372f4591003da83b909f409790be..b5f33d52c0ecaa56e1a3ff9a85fd740d7bcbc0d1 100644 (file)
@@ -331,6 +331,7 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = {
        { .compatible = "renesas,r8a7795-thermal", },
        { .compatible = "renesas,r8a7796-thermal", },
        { .compatible = "renesas,r8a77965-thermal", },
+       { .compatible = "renesas,r8a77980-thermal", },
        {},
 };
 MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);