Commit 3f9402a0 authored by Biju Das's avatar Biju Das Committed by Mauro Carvalho Chehab
Browse files

media: rcar-vin: Enable support for R8A774B1



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: default avatarBiju Das <biju.das@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 81b19e5d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,