mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
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>
This commit is contained in:
parent
6311a0d022
commit
8e85c1ad3d
@ -430,6 +430,7 @@ static int risp_probe_resources(struct rcar_isp *isp,
|
||||
|
||||
static const struct of_device_id risp_of_id_table[] = {
|
||||
{ .compatible = "renesas,r8a779a0-isp" },
|
||||
{ .compatible = "renesas,r8a779g0-isp" },
|
||||
{ /* sentinel */ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, risp_of_id_table);
|
||||
|
Loading…
Reference in New Issue
Block a user