We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f8f55 commit b8d3d11Copy full SHA for b8d3d11
drivers/thermal/rcar_thermal.c
@@ -112,6 +112,10 @@ static const struct of_device_id rcar_thermal_dt_ids[] = {
112
.compatible = "renesas,rcar-gen2-thermal",
113
.data = &rcar_gen2_thermal,
114
},
115
+ {
116
+ .compatible = "renesas,thermal-r8a774c0",
117
+ .data = &rcar_gen3_thermal,
118
+ },
119
{
120
.compatible = "renesas,thermal-r8a77970",
121
.data = &rcar_gen3_thermal,
0 commit comments