Commit 853cbc1f authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Eduardo Valentin
Browse files

thermal: rcar_gen3_thermal: add R8A77980 support



Add the R-Car V3H (R8A77980) SoC support to the R-Car gen3 thermal driver.

Signed-off-by: default avatarSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarEduardo Valentin <edubezval@gmail.com>
parent 8583d8d6
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -331,6 +331,7 @@ static const struct of_device_id rcar_gen3_thermal_dt_ids[] = {
	{ .compatible = "renesas,r8a7795-thermal", },
	{ .compatible = "renesas,r8a7795-thermal", },
	{ .compatible = "renesas,r8a7796-thermal", },
	{ .compatible = "renesas,r8a7796-thermal", },
	{ .compatible = "renesas,r8a77965-thermal", },
	{ .compatible = "renesas,r8a77965-thermal", },
	{ .compatible = "renesas,r8a77980-thermal", },
	{},
	{},
};
};
MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);
MODULE_DEVICE_TABLE(of, rcar_gen3_thermal_dt_ids);