]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
dt-bindings: display: dsi-controller: add bridge to patternProperties
authorHarikrishna Shenoy <h-shenoy@ti.com>
Wed, 27 Aug 2025 11:25:39 +0000 (16:55 +0530)
committerRob Herring (Arm) <robh@kernel.org>
Wed, 3 Sep 2025 14:01:26 +0000 (09:01 -0500)
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>
Link: https://lore.kernel.org/r/20250827112539.4001513-1-h-shenoy@ti.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Documentation/devicetree/bindings/display/dsi-controller.yaml

index 67ce10307ee00be9468fda95265460d212124c17..bb4d6e9e7d0cae1557a8a8e4fc653161860c82df 100644 (file)
@@ -46,7 +46,7 @@ properties:
     const: 0
 
 patternProperties:
-  "^panel@[0-3]$":
+  "^(panel|bridge)@[0-3]$":
     description: Panels connected to the DSI link
     type: object