* [PATCH 2/6] dt-bindings: media: renesas,csi2: Add V3U support [not found] <20201014094443.11070-1-jacopo+renesas@jmondi.org> @ 2020-10-14 9:44 ` Jacopo Mondi 2020-10-14 9:44 ` [PATCH 5/6] dt-bindings: media: renesas,vin: " Jacopo Mondi 1 sibling, 0 replies; 4+ messages in thread From: Jacopo Mondi @ 2020-10-14 9:44 UTC (permalink / raw) To: linux-renesas-soc, geert+renesas, laurent.pinchart, devicetree, robh+dt Cc: Jacopo Mondi, linux-kernel Add compatible string definition for R-Car V3U. Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> --- Documentation/devicetree/bindings/media/renesas,csi2.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/media/renesas,csi2.yaml b/Documentation/devicetree/bindings/media/renesas,csi2.yaml index 533c2f181db7..4dbcda6b1788 100644 --- a/Documentation/devicetree/bindings/media/renesas,csi2.yaml +++ b/Documentation/devicetree/bindings/media/renesas,csi2.yaml @@ -29,6 +29,7 @@ properties: - renesas,r8a77970-csi2 # R-Car V3M - renesas,r8a77980-csi2 # R-Car V3H - renesas,r8a77990-csi2 # R-Car E3 + - renesas,r8a779a0-csi2 # R-Car V3U reg: maxItems: 1 -- 2.28.0 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 5/6] dt-bindings: media: renesas,vin: Add V3U support [not found] <20201014094443.11070-1-jacopo+renesas@jmondi.org> 2020-10-14 9:44 ` [PATCH 2/6] dt-bindings: media: renesas,csi2: Add V3U support Jacopo Mondi @ 2020-10-14 9:44 ` Jacopo Mondi 2020-10-14 10:11 ` Niklas Söderlund 1 sibling, 1 reply; 4+ messages in thread From: Jacopo Mondi @ 2020-10-14 9:44 UTC (permalink / raw) To: linux-renesas-soc, geert+renesas, laurent.pinchart, devicetree, robh+dt Cc: Jacopo Mondi, linux-kernel Add compatible string definition for R-Car V3U. Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> --- Documentation/devicetree/bindings/media/renesas,vin.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/media/renesas,vin.yaml b/Documentation/devicetree/bindings/media/renesas,vin.yaml index ad2fe660364b..7b629a6ea035 100644 --- a/Documentation/devicetree/bindings/media/renesas,vin.yaml +++ b/Documentation/devicetree/bindings/media/renesas,vin.yaml @@ -51,6 +51,7 @@ properties: - renesas,vin-r8a77980 # R-Car V3H - renesas,vin-r8a77990 # R-Car E3 - renesas,vin-r8a77995 # R-Car D3 + - renesas,vin-r8a779a0 # R-Car V3U reg: maxItems: 1 -- 2.28.0 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 5/6] dt-bindings: media: renesas,vin: Add V3U support 2020-10-14 9:44 ` [PATCH 5/6] dt-bindings: media: renesas,vin: " Jacopo Mondi @ 2020-10-14 10:11 ` Niklas Söderlund 2020-10-14 10:27 ` Jacopo Mondi 0 siblings, 1 reply; 4+ messages in thread From: Niklas Söderlund @ 2020-10-14 10:11 UTC (permalink / raw) To: Jacopo Mondi Cc: linux-renesas-soc, geert+renesas, laurent.pinchart, devicetree, robh+dt, linux-kernel Hi Jacopo, Thanks for your patch. On 2020-10-14 11:44:42 +0200, Jacopo Mondi wrote: > Add compatible string definition for R-Car V3U. > > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> > --- > Documentation/devicetree/bindings/media/renesas,vin.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/renesas,vin.yaml b/Documentation/devicetree/bindings/media/renesas,vin.yaml > index ad2fe660364b..7b629a6ea035 100644 > --- a/Documentation/devicetree/bindings/media/renesas,vin.yaml > +++ b/Documentation/devicetree/bindings/media/renesas,vin.yaml > @@ -51,6 +51,7 @@ properties: > - renesas,vin-r8a77980 # R-Car V3H > - renesas,vin-r8a77990 # R-Car E3 > - renesas,vin-r8a77995 # R-Car D3 > + - renesas,vin-r8a779a0 # R-Car V3U Documenting the compat string here might give the wrong impression the IP is supported. Which it's not as the V3U is quiet different then the it's siblings. Whit a new pipeline and small but important changes in in the register set. I'm primarily thinking about that the IFMD register is gone and dealing with that will be quiet significant work in the driver. I'm not yet 100% sure the best idea is to support V3U with this driver, maybe it's finally time to make it more modular, with more distinct support for Gen2, Gen3 and a new module for V3U? > > reg: > maxItems: 1 > -- > 2.28.0 > -- Regards, Niklas Söderlund ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 5/6] dt-bindings: media: renesas,vin: Add V3U support 2020-10-14 10:11 ` Niklas Söderlund @ 2020-10-14 10:27 ` Jacopo Mondi 0 siblings, 0 replies; 4+ messages in thread From: Jacopo Mondi @ 2020-10-14 10:27 UTC (permalink / raw) To: Niklas Söderlund Cc: Jacopo Mondi, linux-renesas-soc, geert+renesas, laurent.pinchart, devicetree, robh+dt, linux-kernel Hi Niklas, On Wed, Oct 14, 2020 at 12:11:52PM +0200, Niklas Söderlund wrote: > Hi Jacopo, > > Thanks for your patch. > > On 2020-10-14 11:44:42 +0200, Jacopo Mondi wrote: > > Add compatible string definition for R-Car V3U. > > > > Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org> > > --- > > Documentation/devicetree/bindings/media/renesas,vin.yaml | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/media/renesas,vin.yaml b/Documentation/devicetree/bindings/media/renesas,vin.yaml > > index ad2fe660364b..7b629a6ea035 100644 > > --- a/Documentation/devicetree/bindings/media/renesas,vin.yaml > > +++ b/Documentation/devicetree/bindings/media/renesas,vin.yaml > > @@ -51,6 +51,7 @@ properties: > > - renesas,vin-r8a77980 # R-Car V3H > > - renesas,vin-r8a77990 # R-Car E3 > > - renesas,vin-r8a77995 # R-Car D3 > > + - renesas,vin-r8a779a0 # R-Car V3U > > Documenting the compat string here might give the wrong impression the > IP is supported. Which it's not as the V3U is quiet different then the > it's siblings. Whit a new pipeline and small but important changes in in > the register set. I'm primarily thinking about that the IFMD register is > gone and dealing with that will be quiet significant work in the driver. > > I'm not yet 100% sure the best idea is to support V3U with this driver, > maybe it's finally time to make it more modular, with more distinct > support for Gen2, Gen3 and a new module for V3U? I see. The first concern I had that had me adding this compatible string is that otherwise I cannot specify any compatible string in the DTS device nodes... > > > > > reg: > > maxItems: 1 > > -- > > 2.28.0 > > > > -- > Regards, > Niklas Söderlund ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-10-14 10:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20201014094443.11070-1-jacopo+renesas@jmondi.org>
2020-10-14 9:44 ` [PATCH 2/6] dt-bindings: media: renesas,csi2: Add V3U support Jacopo Mondi
2020-10-14 9:44 ` [PATCH 5/6] dt-bindings: media: renesas,vin: " Jacopo Mondi
2020-10-14 10:11 ` Niklas Söderlund
2020-10-14 10:27 ` Jacopo Mondi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox