mirror of
https://github.com/torvalds/linux.git
synced 2024-12-21 02:21:36 +00:00
media: rcar-csi2: Enable support for R8A774E1
Add the MIPI CSI-2 driver support for RZ/G2H (R8A774E1) SoC. The CSI-2 module of RZ/G2H is similar to R-Car H3. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Marian-Cristian Rotariu <marian-cristian.rotariu.rb@bp.renesas.com> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
200b0d9a75
commit
bc39d30645
@ -1147,6 +1147,10 @@ static const struct of_device_id rcar_csi2_of_table[] = {
|
||||
.compatible = "renesas,r8a774c0-csi2",
|
||||
.data = &rcar_csi2_info_r8a77990,
|
||||
},
|
||||
{
|
||||
.compatible = "renesas,r8a774e1-csi2",
|
||||
.data = &rcar_csi2_info_r8a7795,
|
||||
},
|
||||
{
|
||||
.compatible = "renesas,r8a7795-csi2",
|
||||
.data = &rcar_csi2_info_r8a7795,
|
||||
|
Loading…
Reference in New Issue
Block a user