Message ID | 20230211145436.3820935-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | media: rcar-isp: Add support for R-Car V4H | expand |
Hi Hans, gentle ping on this patch. On 2023-02-11 15:54:36 +0100, Niklas Söderlund wrote: > 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> > --- > drivers/media/platform/renesas/rcar-isp.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/platform/renesas/rcar-isp.c b/drivers/media/platform/renesas/rcar-isp.c > index 10b3474f93a4..ed9d8ca56730 100644 > --- a/drivers/media/platform/renesas/rcar-isp.c > +++ b/drivers/media/platform/renesas/rcar-isp.c > @@ -433,6 +433,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); > -- > 2.39.1 >
Hi Hans, A gentle ping on this patch, the binding was merged in v6.4-rc1. On 2023-02-11 15:54:36 +0100, Niklas Söderlund wrote: > 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> > --- > drivers/media/platform/renesas/rcar-isp.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/media/platform/renesas/rcar-isp.c b/drivers/media/platform/renesas/rcar-isp.c > index 10b3474f93a4..ed9d8ca56730 100644 > --- a/drivers/media/platform/renesas/rcar-isp.c > +++ b/drivers/media/platform/renesas/rcar-isp.c > @@ -433,6 +433,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); > -- > 2.39.1 >
diff --git a/drivers/media/platform/renesas/rcar-isp.c b/drivers/media/platform/renesas/rcar-isp.c index 10b3474f93a4..ed9d8ca56730 100644 --- a/drivers/media/platform/renesas/rcar-isp.c +++ b/drivers/media/platform/renesas/rcar-isp.c @@ -433,6 +433,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);
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> --- drivers/media/platform/renesas/rcar-isp.c | 1 + 1 file changed, 1 insertion(+)