From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
Sam Ravnborg <sam@ravnborg.org>, David Airlie <airlied@gmail.com>,
Daniel Vetter <daniel@ffwll.ch>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Jianhua Lu <lujianhua000@gmail.com>,
Del Regno <angelogioacchino.delregno@somainline.org>,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/2] dt-bindings: display: novatek,nt35950: define ports
Date: Fri, 5 May 2023 16:45:29 -0500 [thread overview]
Message-ID: <20230505214529.GB3609047-robh@kernel.org> (raw)
In-Reply-To: <20230502120036.47165-1-krzysztof.kozlowski@linaro.org>
On Tue, May 02, 2023 at 02:00:35PM +0200, Krzysztof Kozlowski wrote:
> The panel-common schema does not define what "ports" property is, so
> bring the definition to enforce the type. Panels can be single- or
> dual-link, thus require only one port@0.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> Changes since v1:
> 1. Rework to add ports to device schema, not to panel-common.
> https://lore.kernel.org/all/20230420160905.GA2952736-robh@kernel.org/
> ---
> .../bindings/display/panel/novatek,nt35950.yaml | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml b/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml
> index 377a05d48a02..c93cc1018b41 100644
> --- a/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml
> @@ -47,8 +47,13 @@ properties:
> vddio-supply:
> description: regulator that supplies the I/O voltage
>
> + ports:
> + $ref: /schemas/graph.yaml#/properties/ports
Similarly needed on this one.
Perhaps what you want here is a dual-link panel schema?
> +
> + required:
> + - port@0
> +
> backlight: true
> - ports: true
> reg: true
>
> required:
> @@ -59,6 +64,7 @@ required:
> - avee-supply
> - dvdd-supply
> - vddio-supply
> + - ports
>
> additionalProperties: false
>
> --
> 2.34.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>,
devicetree@vger.kernel.org, Sam Ravnborg <sam@ravnborg.org>,
linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org,
Jianhua Lu <lujianhua000@gmail.com>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Del Regno <angelogioacchino.delregno@somainline.org>
Subject: Re: [PATCH v2 1/2] dt-bindings: display: novatek,nt35950: define ports
Date: Fri, 5 May 2023 16:45:29 -0500 [thread overview]
Message-ID: <20230505214529.GB3609047-robh@kernel.org> (raw)
In-Reply-To: <20230502120036.47165-1-krzysztof.kozlowski@linaro.org>
On Tue, May 02, 2023 at 02:00:35PM +0200, Krzysztof Kozlowski wrote:
> The panel-common schema does not define what "ports" property is, so
> bring the definition to enforce the type. Panels can be single- or
> dual-link, thus require only one port@0.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
>
> ---
>
> Changes since v1:
> 1. Rework to add ports to device schema, not to panel-common.
> https://lore.kernel.org/all/20230420160905.GA2952736-robh@kernel.org/
> ---
> .../bindings/display/panel/novatek,nt35950.yaml | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml b/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml
> index 377a05d48a02..c93cc1018b41 100644
> --- a/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml
> +++ b/Documentation/devicetree/bindings/display/panel/novatek,nt35950.yaml
> @@ -47,8 +47,13 @@ properties:
> vddio-supply:
> description: regulator that supplies the I/O voltage
>
> + ports:
> + $ref: /schemas/graph.yaml#/properties/ports
Similarly needed on this one.
Perhaps what you want here is a dual-link panel schema?
> +
> + required:
> + - port@0
> +
> backlight: true
> - ports: true
> reg: true
>
> required:
> @@ -59,6 +64,7 @@ required:
> - avee-supply
> - dvdd-supply
> - vddio-supply
> + - ports
>
> additionalProperties: false
>
> --
> 2.34.1
>
next prev parent reply other threads:[~2023-05-05 21:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-02 12:00 [PATCH v2 1/2] dt-bindings: display: novatek,nt35950: define ports Krzysztof Kozlowski
2023-05-02 12:00 ` [PATCH v2 2/2] dt-bindings: display: novatek,nt36523: " Krzysztof Kozlowski
2023-05-02 12:44 ` Jianhua Lu
2023-05-02 12:44 ` Jianhua Lu
2023-05-02 13:08 ` Krzysztof Kozlowski
2023-05-02 13:08 ` Krzysztof Kozlowski
2023-05-05 21:43 ` Rob Herring
2023-05-05 21:43 ` Rob Herring
2023-05-05 21:45 ` Rob Herring [this message]
2023-05-05 21:45 ` [PATCH v2 1/2] dt-bindings: display: novatek,nt35950: " Rob Herring
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=20230505214529.GB3609047-robh@kernel.org \
--to=robh@kernel.org \
--cc=airlied@gmail.com \
--cc=angelogioacchino.delregno@somainline.org \
--cc=daniel@ffwll.ch \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lujianhua000@gmail.com \
--cc=neil.armstrong@linaro.org \
--cc=sam@ravnborg.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.