On 27/08/2025 13:25, Harikrishna Shenoy wrote: > Extend the DSI controller schema to allow bridge child nodes. > This makes it possible to describe external bridge devices directly > connected as DSI peripherals.
Where is any user of this? > > Signed-off-by: Harikrishna Shenoy <[email protected]> > --- > 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 Description needs update. Are bridges having exactly the same properties as panels? Best regards, Krzysztof
