devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Harikrishna Shenoy <h-shenoy@ti.com>,
	maarten.lankhorst@linux.intel.com, mripard@kernel.org,
	tzimmermann@suse.de, airlied@gmail.com, simona@ffwll.ch,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	linus.walleij@linaro.org, dri-devel@lists.freedesktop.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v2] dt-bindings: display: dsi-controller: add bridge to patternProperties
Date: Sun, 31 Aug 2025 15:15:10 +0200	[thread overview]
Message-ID: <c1d910ad-c319-421a-b603-0bc4e7f4b128@kernel.org> (raw)
In-Reply-To: <20250827112539.4001513-1-h-shenoy@ti.com>

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

  parent reply	other threads:[~2025-08-31 13:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2025-08-31 13:15   ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c1d910ad-c319-421a-b603-0bc4e7f4b128@kernel.org \
    --to=krzk@kernel.org \
    --cc=airlied@gmail.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=h-shenoy@ti.com \
    --cc=krzk+dt@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=robh@kernel.org \
    --cc=simona@ffwll.ch \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).