mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
media: rcar-vin: Enable support for r8a774a1
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>
This commit is contained in:
parent
b8f92200d1
commit
f29a317b9c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user