media: rcar-vin: Enable support for r8a77961

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>
This commit is contained in:
Niklas Söderlund 2021-05-13 14:47:15 +02:00 committed by Mauro Carvalho Chehab
parent 6cf1614889
commit 0909f4acb9
1 changed files with 4 additions and 0 deletions

View File

@ -1362,6 +1362,10 @@ static const struct of_device_id rvin_of_id_table[] = {
.compatible = "renesas,vin-r8a7796",
.data = &rcar_info_r8a7796,
},
{
.compatible = "renesas,vin-r8a77961",
.data = &rcar_info_r8a7796,
},
{
.compatible = "renesas,vin-r8a77965",
.data = &rcar_info_r8a77965,