Skip to content

Commit ffea216

Browse files
Niklas Söderlundmorimoto
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> (cherry picked from commit 8e85c1a) Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
1 parent f5abf6f commit ffea216

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
@@ -433,6 +433,7 @@ static int risp_probe_resources(struct rcar_isp *isp,
433433

434434
static const struct of_device_id risp_of_id_table[] = {
435435
{ .compatible = "renesas,r8a779a0-isp" },
436+
{ .compatible = "renesas,r8a779g0-isp" },
436437
{ /* sentinel */ },
437438
};
438439
MODULE_DEVICE_TABLE(of, risp_of_id_table);

0 commit comments

Comments
 (0)