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

* Re: [PATCH v2] dt-bindings: display: dsi-controller: add bridge to patternProperties
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2025-08-29 16:43 UTC (permalink / raw)
  To: Harikrishna Shenoy
  Cc: simona, conor+dt, airlied, linus.walleij, krzk+dt, dri-devel,
	tzimmermann, devicetree, mripard, maarten.lankhorst


On Wed, 27 Aug 2025 16:55:39 +0530, 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.
> 
> 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(-)
> 

Applied, thanks!


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

* Re: [PATCH v2] dt-bindings: display: dsi-controller: add bridge to patternProperties
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-31 13:15 UTC (permalink / raw)
  To: Harikrishna Shenoy, maarten.lankhorst, mripard, tzimmermann,
	airlied, simona, robh, krzk+dt, conor+dt, linus.walleij,
	dri-devel, devicetree

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

Description needs update.

Are bridges having exactly the same properties as panels?

Best regards,
Krzysztof

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

* Re: [PATCH v2] dt-bindings: display: dsi-controller: add bridge to patternProperties
  2025-08-31 13:15 ` Krzysztof Kozlowski
@ 2025-08-31 13:15   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-31 13:15 UTC (permalink / raw)
  To: Harikrishna Shenoy, maarten.lankhorst, mripard, tzimmermann,
	airlied, simona, robh, krzk+dt, conor+dt, linus.walleij,
	dri-devel, devicetree

On 31/08/2025 15:15, Krzysztof Kozlowski wrote:
>> 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?

Ah, does not really matter now, it was applied.

Best regards,
Krzysztof

^ permalink raw reply	[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).