Skip to content

Commit 8e85c1a

Browse files
Niklas SöderlundHans Verkuil
authored andcommitted
media: rcar-isp: Add support for R-Car V4H
Add support for R-Car V4H. The ISP Channel Selector is used to route channels to the different VIN modules. The ISP CS found in the V4H is very similar to the one found on the V3U. Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 6311a0d commit 8e85c1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/platform/renesas/rcar-isp.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ static int risp_probe_resources(struct rcar_isp *isp,
430430

431431
static const struct of_device_id risp_of_id_table[] = {
432432
{ .compatible = "renesas,r8a779a0-isp" },
433+
{ .compatible = "renesas,r8a779g0-isp" },
433434
{ /* sentinel */ },
434435
};
435436
MODULE_DEVICE_TABLE(of, risp_of_id_table);

0 commit comments

Comments
 (0)