]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
media: rcar-vin: Enable support for R8A774B1
authorBiju Das <biju.das@bp.renesas.com>
Tue, 15 Oct 2019 10:57:57 +0000 (07:57 -0300)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 5 Nov 2019 11:54:41 +0000 (08:54 -0300)
Add the SoC specific information for RZ/G2N(R8A774B1) SoC.
The VIN module of RZ/G2N is similar to R-Car M3-N.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/rcar-vin/rcar-core.c

index dcb539711151a3b51e9c8ce62379539c09a5b030..7440c8965d27e64fd63c48ef9fbee9a55aabbbe2 100644 (file)
@@ -1212,6 +1212,10 @@ static const struct of_device_id rvin_of_id_table[] = {
                .compatible = "renesas,vin-r8a774a1",
                .data = &rcar_info_r8a7796,
        },
+       {
+               .compatible = "renesas,vin-r8a774b1",
+               .data = &rcar_info_r8a77965,
+       },
        {
                .compatible = "renesas,vin-r8a774c0",
                .data = &rcar_info_r8a77990,