[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZDkSAsdijlL7YzzV@francesco-nb.int.toradex.com>
Date: Fri, 14 Apr 2023 10:42:42 +0200
From: Francesco Dolcini <francesco@...cini.it>
To: Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Cc: Francesco Dolcini <francesco@...cini.it>,
Andrzej Hajda <andrzej.hajda@...el.com>,
Neil Armstrong <neil.armstrong@...aro.org>,
Robert Foss <rfoss@...nel.org>,
Laurent Pinchart <Laurent.pinchart@...asonboard.com>,
Jonas Karlman <jonas@...boo.se>,
Jernej Skrabec <jernej.skrabec@...il.com>,
dri-devel@...ts.freedesktop.org,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
devicetree@...r.kernel.org,
Francesco Dolcini <francesco.dolcini@...adex.com>,
David Airlie <airlied@...il.com>,
Daniel Vetter <daniel@...ll.ch>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v1 3/6] dt-bindings: display: bridge: toshiba,tc358768:
add parallel input mode
Hello Rob and Krzysztof
On Mon, Apr 03, 2023 at 04:01:17PM -0500, Rob Herring wrote:
> On Fri, Mar 31, 2023 at 11:40:01AM +0200, Francesco Dolcini wrote:
> > On Fri, Mar 31, 2023 at 10:48:15AM +0200, Krzysztof Kozlowski wrote:
> > > On 30/03/2023 11:59, Francesco Dolcini wrote:
> > > > From: Francesco Dolcini <francesco.dolcini@...adex.com>
> > > >
> > > > Add new toshiba,input-rgb-mode property to describe the actual signal
> > > > connection on the parallel RGB input interface.
> > > >
> > > > Signed-off-by: Francesco Dolcini <francesco.dolcini@...adex.com>
> > > > ---
> > > > .../bindings/display/bridge/toshiba,tc358768.yaml | 15 +++++++++++++++
> > > > 1 file changed, 15 insertions(+)
> > > >
> > > > diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml
> > > > index 8f22093b61ae..2638121a2223 100644
> > > > --- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml
> > > > +++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358768.yaml
> > > > @@ -42,6 +42,21 @@ properties:
> > > > clock-names:
> > > > const: refclk
> > > >
> > > > + toshiba,input-rgb-mode:
> > > > + description: |
> > > > + Parallel Input (RGB) Mode.
> > > > +
> > > > + RGB inputs (PD[23:0]) color arrangement as documented in the datasheet
> > > > + and in the table below.
> > > > +
> > > > + 0 = R[7:0], G[7:0], B[7:0]
> > tc358768 is a parallel RGB to DSI bridge, it has 24 bit parallel input
> > line.
> >
> > The way this lines are connected is configurable with this parameter, if you
> > look at mode 0 and 1 they all allow to have a RGB888 or a RGB666 or a
> > RGB565 mapping. This just configure some internal mux, it's not strictly
> > about the RGB mode.
>
> This is the same as other cases. There's a need for describing the
> interface. It keeps coming up and I keep saying to go create something
> common.
Rob, Krzysztof: you both had concerns on this change and I am not sure how
to progress. Let me summarize my current understanding.
1. I do not think that this change is related to the media bus format
topic, this is more like the internal bridge RGB pins mux
configuration. This `input-rgb-mode` field I am proposing here is
orthogonal to the bus format (e.g. linux media-bus-format.h). I can
change the name, if we think this is the reason of the confusion, I
just used something similar to the words used in the datasheet.
Do we have agreement on that or not?
2. Rob asked for a generic solution, since according to him this is a
recurring need. I would appreciate some pointer where to look at so I
can propose something more generic.
Thanks,
Francesco
Powered by blists - more mailing lists