Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver.
Signed-off-by: Sergei Shtylyov <[email protected]>
---
drivers/thermal/rcar_gen3_thermal.c | 1 +
1 file changed, 1 insertion(+)
Index: linux-soc-thermal/drivers/thermal/rcar_gen3_thermal.c
===================================================================
--- linux-soc-thermal.orig/drivers/thermal/rcar_gen3_thermal.c
+++ linux-soc-thermal/drivers/thermal/rcar_gen3_thermal.c
@@ -321,6 +321,7 @@ static const struct of_device_id rcar_ge
{ .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);