OSDN Git Service

media: rcar-vin: Enable support for r8a77961
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thu, 13 May 2021 12:47:15 +0000 (14:47 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 11:26:31 +0000 (13:26 +0200)
Enable support for M3-W+ (r8a77961).

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Tested-by: LUU HOAI <hoai.luu.ub@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+huawei@kernel.org>
drivers/media/platform/rcar-vin/rcar-core.c

index cb30259..33957cc 100644 (file)
@@ -1363,6 +1363,10 @@ static const struct of_device_id rvin_of_id_table[] = {
                .data = &rcar_info_r8a7796,
        },
        {
+               .compatible = "renesas,vin-r8a77961",
+               .data = &rcar_info_r8a7796,
+       },
+       {
                .compatible = "renesas,vin-r8a77965",
                .data = &rcar_info_r8a77965,
        },