Hi Biju, On 11/04/2019 15:34, Biju Das wrote: > The LVDS encoders on RZ/G2M SoC is similar to R-Car M3-W. Add support for > RZ/G2M (R8A774A1) SoC to the LVDS encoder driver. > > Signed-off-by: Biju Das <biju.das@xxxxxxxxxxxxxx> This one seems to be ok using the gen3 as far as I can tell, the PLL configuration and layout match. We're lacking the TCON, but that's not supported currently anyway, and shouldn't matter here. Reviewed-by: Kieran Bingham <kieran.bingham+renesas@xxxxxxxxxxxxxxxx> > --- > drivers/gpu/drm/rcar-du/rcar_lvds.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/rcar-du/rcar_lvds.c b/drivers/gpu/drm/rcar-du/rcar_lvds.c > index 7ef97b2..819561e 100644 > --- a/drivers/gpu/drm/rcar-du/rcar_lvds.c > +++ b/drivers/gpu/drm/rcar-du/rcar_lvds.c > @@ -857,6 +857,7 @@ static const struct rcar_lvds_device_info rcar_lvds_r8a77995_info = { > static const struct of_device_id rcar_lvds_of_table[] = { > { .compatible = "renesas,r8a7743-lvds", .data = &rcar_lvds_gen2_info }, > { .compatible = "renesas,r8a7744-lvds", .data = &rcar_lvds_gen2_info }, > + { .compatible = "renesas,r8a774a1-lvds", .data = &rcar_lvds_gen3_info }, > { .compatible = "renesas,r8a774c0-lvds", .data = &rcar_lvds_r8a77990_info }, > { .compatible = "renesas,r8a7790-lvds", .data = &rcar_lvds_r8a7790_info }, > { .compatible = "renesas,r8a7791-lvds", .data = &rcar_lvds_gen2_info }, >