* [PATCH V3 01/13] dt-bindings: display: bridge: icn6211: Document DSI data-lanes property [not found] <20220304002508.75676-1-marex@denx.de> @ 2022-03-04 0:24 ` Marek Vasut 2022-03-07 23:32 ` Rob Herring 2022-03-08 12:45 ` Maxime Ripard 0 siblings, 2 replies; 3+ messages in thread From: Marek Vasut @ 2022-03-04 0:24 UTC (permalink / raw) To: dri-devel Cc: Marek Vasut, Jagan Teki, Maxime Ripard, Rob Herring, Robert Foss, Sam Ravnborg, Thomas Zimmermann, devicetree It is necessary to specify the number of connected/used DSI data lanes when using the DSI input port of this bridge. Document the 'data-lanes' property of the DSI input port. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Jagan Teki <jagan@amarulasolutions.com> Cc: Maxime Ripard <maxime@cerno.tech> Cc: Rob Herring <robh+dt@kernel.org> Cc: Robert Foss <robert.foss@linaro.org> Cc: Sam Ravnborg <sam@ravnborg.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: devicetree@vger.kernel.org To: dri-devel@lists.freedesktop.org --- V3: New patch --- .../display/bridge/chipone,icn6211.yaml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml index 62c3bd4cb28d8..f8cac721a7330 100644 --- a/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml +++ b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml @@ -41,10 +41,26 @@ properties: properties: port@0: - $ref: /schemas/graph.yaml#/properties/port + $ref: /schemas/graph.yaml#/$defs/port-base + unevaluatedProperties: false description: Video port for MIPI DSI input + properties: + endpoint: + $ref: /schemas/media/video-interfaces.yaml# + unevaluatedProperties: false + + properties: + data-lanes: + description: array of physical DSI data lane indexes. + minItems: 1 + items: + - const: 1 + - const: 2 + - const: 3 + - const: 4 + port@1: $ref: /schemas/graph.yaml#/properties/port description: -- 2.34.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH V3 01/13] dt-bindings: display: bridge: icn6211: Document DSI data-lanes property 2022-03-04 0:24 ` [PATCH V3 01/13] dt-bindings: display: bridge: icn6211: Document DSI data-lanes property Marek Vasut @ 2022-03-07 23:32 ` Rob Herring 2022-03-08 12:45 ` Maxime Ripard 1 sibling, 0 replies; 3+ messages in thread From: Rob Herring @ 2022-03-07 23:32 UTC (permalink / raw) To: Marek Vasut Cc: Robert Foss, Sam Ravnborg, Rob Herring, devicetree, Jagan Teki, Thomas Zimmermann, dri-devel, Maxime Ripard On Fri, 04 Mar 2022 01:24:56 +0100, Marek Vasut wrote: > It is necessary to specify the number of connected/used DSI data lanes when > using the DSI input port of this bridge. Document the 'data-lanes' property > of the DSI input port. > > Signed-off-by: Marek Vasut <marex@denx.de> > Cc: Jagan Teki <jagan@amarulasolutions.com> > Cc: Maxime Ripard <maxime@cerno.tech> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Robert Foss <robert.foss@linaro.org> > Cc: Sam Ravnborg <sam@ravnborg.org> > Cc: Thomas Zimmermann <tzimmermann@suse.de> > Cc: devicetree@vger.kernel.org > To: dri-devel@lists.freedesktop.org > --- > V3: New patch > --- > .../display/bridge/chipone,icn6211.yaml | 18 +++++++++++++++++- > 1 file changed, 17 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@kernel.org> ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH V3 01/13] dt-bindings: display: bridge: icn6211: Document DSI data-lanes property 2022-03-04 0:24 ` [PATCH V3 01/13] dt-bindings: display: bridge: icn6211: Document DSI data-lanes property Marek Vasut 2022-03-07 23:32 ` Rob Herring @ 2022-03-08 12:45 ` Maxime Ripard 1 sibling, 0 replies; 3+ messages in thread From: Maxime Ripard @ 2022-03-08 12:45 UTC (permalink / raw) To: Marek Vasut Cc: dri-devel, Jagan Teki, Rob Herring, Robert Foss, Sam Ravnborg, Thomas Zimmermann, devicetree [-- Attachment #1: Type: text/plain, Size: 684 bytes --] On Fri, Mar 04, 2022 at 01:24:56AM +0100, Marek Vasut wrote: > It is necessary to specify the number of connected/used DSI data lanes when > using the DSI input port of this bridge. Document the 'data-lanes' property > of the DSI input port. > > Signed-off-by: Marek Vasut <marex@denx.de> > Cc: Jagan Teki <jagan@amarulasolutions.com> > Cc: Maxime Ripard <maxime@cerno.tech> > Cc: Rob Herring <robh+dt@kernel.org> > Cc: Robert Foss <robert.foss@linaro.org> > Cc: Sam Ravnborg <sam@ravnborg.org> > Cc: Thomas Zimmermann <tzimmermann@suse.de> > Cc: devicetree@vger.kernel.org > To: dri-devel@lists.freedesktop.org Acked-by: Maxime Ripard <maxime@cerno.tech> Maxime [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-03-08 12:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20220304002508.75676-1-marex@denx.de>
2022-03-04 0:24 ` [PATCH V3 01/13] dt-bindings: display: bridge: icn6211: Document DSI data-lanes property Marek Vasut
2022-03-07 23:32 ` Rob Herring
2022-03-08 12:45 ` Maxime Ripard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).