dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: display: dsi-controller: add bridge to patternProperties
@ 2025-08-27 11:25 Harikrishna Shenoy
  2025-08-29 16:43 ` Rob Herring (Arm)
  2025-08-31 13:15 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Harikrishna Shenoy @ 2025-08-27 11:25 UTC (permalink / raw)
  To: maarten.lankhorst, mripard, tzimmermann, airlied, simona, robh,
	krzk+dt, conor+dt, linus.walleij, dri-devel, devicetree

Extend the DSI controller schema to allow bridge child nodes.
This makes it possible to describe external bridge devices directly
connected as DSI peripherals.

Signed-off-by: Harikrishna Shenoy <h-shenoy@ti.com>
---
Changelog v1 --> v2:
- Updated patternProperties regex.
- Improved commit message.

 Documentation/devicetree/bindings/display/dsi-controller.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/dsi-controller.yaml b/Documentation/devicetree/bindings/display/dsi-controller.yaml
index 67ce10307ee0..bb4d6e9e7d0c 100644
--- a/Documentation/devicetree/bindings/display/dsi-controller.yaml
+++ b/Documentation/devicetree/bindings/display/dsi-controller.yaml
@@ -46,7 +46,7 @@ properties:
     const: 0
 
 patternProperties:
-  "^panel@[0-3]$":
+  "^(panel|bridge)@[0-3]$":
     description: Panels connected to the DSI link
     type: object
 
-- 
2.34.1


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

end of thread, other threads:[~2025-08-31 13:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-27 11:25 [PATCH v2] dt-bindings: display: dsi-controller: add bridge to patternProperties Harikrishna Shenoy
2025-08-29 16:43 ` Rob Herring (Arm)
2025-08-31 13:15 ` Krzysztof Kozlowski
2025-08-31 13:15   ` Krzysztof Kozlowski

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).