public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/3] dt-bindings: drm/bridge: anx7625: Remove incorrect bus-type
@ 2023-12-01 12:39 Fabio Estevam
  2023-12-01 12:39 ` [PATCH v2 2/3] media: dt-bindings: media: Introduce MEDIA_BUS_TYPE_DPI Fabio Estevam
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Fabio Estevam @ 2023-12-01 12:39 UTC (permalink / raw)
  To: sakari.ailus
  Cc: rfoss, robh+dt, krzysztof.kozlowski+dt, conor+dt, mchehab,
	laurent.pinchart, devicetree, linux-media, xji, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

bus-type = <7> is incorrect as this is a DSI endpoint, not a DPI
endpoint.

Reported-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- Newly introduced.

 .../devicetree/bindings/display/bridge/analogix,anx7625.yaml     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
index a1ed1004651b..f043d57dd25a 100644
--- a/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/analogix,anx7625.yaml
@@ -157,7 +157,6 @@ examples:
                     reg = <0>;
                     anx7625_in: endpoint {
                         remote-endpoint = <&mipi_dsi>;
-                        bus-type = <7>;
                         data-lanes = <0 1 2 3>;
                     };
                 };
-- 
2.34.1


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

end of thread, other threads:[~2023-12-04  4:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-01 12:39 [PATCH v2 1/3] dt-bindings: drm/bridge: anx7625: Remove incorrect bus-type Fabio Estevam
2023-12-01 12:39 ` [PATCH v2 2/3] media: dt-bindings: media: Introduce MEDIA_BUS_TYPE_DPI Fabio Estevam
2023-12-01 12:39 ` [PATCH v2 3/3] media: dt-bindings: Use bus-types definitions from video-interfaces.h Fabio Estevam
2023-12-01 15:41 ` [PATCH v2 1/3] dt-bindings: drm/bridge: anx7625: Remove incorrect bus-type Conor Dooley
2023-12-04  4:09 ` Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox