@@ -1283,7 +1283,7 @@ static const struct rvin_info rcar_info_r8a779a0 = {
.max_height = 4096,
};
-static const struct rvin_info rcar_info_r8a779g0 = {
+static const struct rvin_info rcar_info_gen4 = {
.model = RCAR_GEN3,
.use_mc = true,
.use_isp = true,
@@ -1359,7 +1359,11 @@ static const struct of_device_id rvin_of_id_table[] = {
},
{
.compatible = "renesas,vin-r8a779g0",
- .data = &rcar_info_r8a779g0,
+ .data = &rcar_info_gen4,
+ },
+ {
+ .compatible = "renesas,vin-r8a779h0",
+ .data = &rcar_info_gen4,
},
{ /* Sentinel */ },
};