Hello Mauro, Does this patch look ok to you?
Thanks, Fab > -----Original Message----- > From: Biju Das <[email protected]> > Sent: 10 September 2018 15:31 > To: Mauro Carvalho Chehab <[email protected]> > Cc: Biju Das <[email protected]>; Niklas Söderlund > <[email protected]>; [email protected]; linux- > [email protected]; Simon Horman <[email protected]>; Geert > Uytterhoeven <[email protected]>; Chris Paterson > <[email protected]>; Fabrizio Castro > <[email protected]> > Subject: [PATCH 4/5] media: rcar-vin: Enable support for r8a774a1 > > Add the SoC specific information for RZ/G2M(r8a774a1) SoC. > The VIN module of RZ/G2M is similar to R-Car M3-W. > > Signed-off-by: Biju Das <[email protected]> > Reviewed-by: Fabrizio Castro <[email protected]> > --- > drivers/media/platform/rcar-vin/rcar-core.c | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/drivers/media/platform/rcar-vin/rcar-core.c > b/drivers/media/platform/rcar-vin/rcar-core.c > index d3072e1..c0c84d1 100644 > --- a/drivers/media/platform/rcar-vin/rcar-core.c > +++ b/drivers/media/platform/rcar-vin/rcar-core.c > @@ -995,6 +995,10 @@ static const struct rvin_info rcar_info_r8a77970 = { > > static const struct of_device_id rvin_of_id_table[] = { > { > +.compatible = "renesas,vin-r8a774a1", > +.data = &rcar_info_r8a7796, > +}, > +{ > .compatible = "renesas,vin-r8a7778", > .data = &rcar_info_m1, > }, > -- > 2.7.4 Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.
