devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: display: bridge: Drop requirement on input port for DSI devices
@ 2022-03-23 15:48 Maxime Ripard
  2022-03-23 20:38 ` Laurent Pinchart
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Maxime Ripard @ 2022-03-23 15:48 UTC (permalink / raw)
  To: Rob Herring, Frank Rowand
  Cc: devicetree, dri-devel, Andrzej Hajda, Neil Armstrong, Robert Foss,
	Laurent Pinchart, Jonas Karlman, Jernej Skrabec, Daniel Vetter,
	David Airlie, Jagan Teki, Marek Vasut, Maxime Ripard

MIPI-DSI devices, if they are controlled through the bus itself, have to
be described as a child node of the controller they are attached to.

Thus, there's no requirement on the controller having an OF-Graph output
port to model the data stream: it's assumed that it would go from the
parent to the child.

However, some bridges controlled through the DSI bus still require an
input OF-Graph port, thus requiring a controller with an OF-Graph output
port. This prevents those bridges from being used with the controllers
that do not have one without any particular reason to.

Let's drop that requirement.

Signed-off-by: Maxime Ripard <maxime@cerno.tech>
---
 .../devicetree/bindings/display/bridge/chipone,icn6211.yaml      | 1 -
 .../devicetree/bindings/display/bridge/toshiba,tc358762.yaml     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml
index 62c3bd4cb28d..7257fd0ae4da 100644
--- a/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/chipone,icn6211.yaml
@@ -51,7 +51,6 @@ properties:
           Video port for MIPI DPI output (panel or connector).
 
     required:
-      - port@0
       - port@1
 
 required:
diff --git a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml
index 5216c27fc0ad..a412a1da950f 100644
--- a/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/toshiba,tc358762.yaml
@@ -39,7 +39,6 @@ properties:
           Video port for MIPI DPI output (panel or connector).
 
     required:
-      - port@0
       - port@1
 
 required:
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-04-05  8:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-23 15:48 [PATCH] dt-bindings: display: bridge: Drop requirement on input port for DSI devices Maxime Ripard
2022-03-23 20:38 ` Laurent Pinchart
2022-03-24  8:18   ` Maxime Ripard
2022-03-24 13:43     ` Laurent Pinchart
2022-03-24 14:23       ` Maxime Ripard
2022-03-24 14:50         ` Laurent Pinchart
2022-03-30  9:45           ` Maxime Ripard
2022-03-25 10:42         ` Tomi Valkeinen
2022-03-30 10:00           ` Maxime Ripard
2022-03-31 23:52 ` Rob Herring
2022-04-01  1:22   ` Marek Vasut
2022-04-01  9:58     ` Laurent Pinchart
2022-04-01 17:34     ` Rob Herring
2022-04-01 18:06       ` Marek Vasut
2022-04-01 18:21         ` Rob Herring
2022-04-01 18:25           ` Marek Vasut
2022-04-01 18:33             ` Rob Herring
2022-04-01 18:48               ` Laurent Pinchart
2022-04-01 19:43                 ` Rob Herring
2022-04-05  7:52 ` (subset) " 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).