media: rcar-vin: Enable support for r8a774a1
authorBiju Das <biju.das@bp.renesas.com>
Fri, 1 Mar 2019 15:45:36 +0000 (10:45 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 19 Mar 2019 17:47:14 +0000 (13:47 -0400)
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 <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Acked-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/rcar-vin/rcar-core.c

index abbb582..64f9cf7 100644 (file)
@@ -1156,6 +1156,10 @@ static const struct rvin_info rcar_info_r8a77995 = {
 };
 
 static const struct of_device_id rvin_of_id_table[] = {
+       {
+               .compatible = "renesas,vin-r8a774a1",
+               .data = &rcar_info_r8a7796,
+       },
        {
                .compatible = "renesas,vin-r8a774c0",
                .data = &rcar_info_r8a77990,