dt-bindings: display: dsi-controller: add bridge to patternProperties

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>
This commit is contained in:
Harikrishna Shenoy 2025-08-27 16:55:39 +05:30 committed by Rob Herring (Arm)
parent 8a72549c5b
commit f0aed6ffb3

View 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