All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Stephen Boyd <swboyd@chromium.org>,
	David Airlie <airlied@linux.ie>, Daniel Vetter <daniel@ffwll.ch>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org,
	Kuogee Hsieh <quic_khsieh@quicinc.com>
Subject: Re: [PATCH v2 8/9] dt-bindings: msm/dp: add missing properties
Date: Mon, 11 Jul 2022 17:16:38 -0600	[thread overview]
Message-ID: <20220711231638.GA449827-robh@kernel.org> (raw)
In-Reply-To: <20220710084133.30976-9-dmitry.baryshkov@linaro.org>

On Sun, Jul 10, 2022 at 11:41:32AM +0300, Dmitry Baryshkov wrote:
> Document missing definitions for opp-table (DP controller OPPs), aux-bus
> (DP AUX BUS) and data-lanes (DP/eDP lanes mapping) properties.
> 
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  .../bindings/display/msm/dp-controller.yaml          | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> index 391910d91e43..52cbf00df0ba 100644
> --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> @@ -70,9 +70,21 @@ properties:
>    operating-points-v2:
>      maxItems: 1
>  
> +  opp-table: true
> +
>    power-domains:
>      maxItems: 1
>  
> +  aux-bus:
> +    $ref: /schemas/display/dp-aux-bus.yaml#
> +
> +  data-lanes:

But this is the wrong location for 'data-lanes'. It belongs in an 
endpoint node.

> +    $ref: /schemas/types.yaml#/definitions/uint32-array
> +    minItems: 1
> +    maxItems: 4
> +    items:
> +      maximum: 3
> +
>    "#sound-dai-cells":
>      const: 0
>  
> -- 
> 2.35.1
> 
> 

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: devicetree@vger.kernel.org, David Airlie <airlied@linux.ie>,
	linux-arm-msm@vger.kernel.org,
	Kuogee Hsieh <quic_khsieh@quicinc.com>,
	Konrad Dybcio <konrad.dybcio@somainline.org>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	dri-devel@lists.freedesktop.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	freedreno@lists.freedesktop.org, Andy Gross <agross@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Stephen Boyd <swboyd@chromium.org>, Sean Paul <sean@poorly.run>
Subject: Re: [PATCH v2 8/9] dt-bindings: msm/dp: add missing properties
Date: Mon, 11 Jul 2022 17:16:38 -0600	[thread overview]
Message-ID: <20220711231638.GA449827-robh@kernel.org> (raw)
In-Reply-To: <20220710084133.30976-9-dmitry.baryshkov@linaro.org>

On Sun, Jul 10, 2022 at 11:41:32AM +0300, Dmitry Baryshkov wrote:
> Document missing definitions for opp-table (DP controller OPPs), aux-bus
> (DP AUX BUS) and data-lanes (DP/eDP lanes mapping) properties.
> 
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  .../bindings/display/msm/dp-controller.yaml          | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> index 391910d91e43..52cbf00df0ba 100644
> --- a/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> +++ b/Documentation/devicetree/bindings/display/msm/dp-controller.yaml
> @@ -70,9 +70,21 @@ properties:
>    operating-points-v2:
>      maxItems: 1
>  
> +  opp-table: true
> +
>    power-domains:
>      maxItems: 1
>  
> +  aux-bus:
> +    $ref: /schemas/display/dp-aux-bus.yaml#
> +
> +  data-lanes:

But this is the wrong location for 'data-lanes'. It belongs in an 
endpoint node.

> +    $ref: /schemas/types.yaml#/definitions/uint32-array
> +    minItems: 1
> +    maxItems: 4
> +    items:
> +      maximum: 3
> +
>    "#sound-dai-cells":
>      const: 0
>  
> -- 
> 2.35.1
> 
> 

  reply	other threads:[~2022-07-11 23:16 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-10  8:41 [PATCH v2 0/9] dt-bindings: msm/dp: cleanup Qualcomm DP and eDP bidndings Dmitry Baryshkov
2022-07-10  8:41 ` Dmitry Baryshkov
2022-07-10  8:41 ` [PATCH v2 1/9] arm64: dts: qcom: sc7180: split register block for DP controller Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-07-16 15:00   ` Bjorn Andersson
2022-07-16 15:00     ` Bjorn Andersson
2022-07-19  0:12   ` Stephen Boyd
2022-07-19  0:12     ` Stephen Boyd
2022-07-10  8:41 ` [PATCH v2 2/9] arm64: dts: qcom: sc7180: drop #clock-cells from displayport-controller Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-07-10  8:41 ` [PATCH v2 3/9] arm64: dts: qcom: sc7280: split register block for DP controller Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-07-16 15:01   ` Bjorn Andersson
2022-07-16 15:01     ` Bjorn Andersson
2022-07-19  0:13   ` Stephen Boyd
2022-07-19  0:13     ` Stephen Boyd
2022-07-10  8:41 ` [PATCH v2 4/9] arm64: dts: qcom: sc7280: drop #clock-cells from displayport-controller Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-07-10  8:41 ` [PATCH v2 5/9] arm64: dts: qcom: sc7280: drop address/size-cells from eDP node Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-07-10  8:41 ` [PATCH v2 6/9] arm64: dts: qcom: sc7280: drop unused clocks " Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-08-22 22:31   ` Stephen Boyd
2022-08-22 22:31     ` Stephen Boyd
2022-07-10  8:41 ` [PATCH v2 7/9] dt-bindings: msm/dp: mark vdda supplies as deprecated Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-07-11 23:14   ` Rob Herring
2022-07-11 23:14     ` Rob Herring
2022-07-14  9:38   ` Krzysztof Kozlowski
2022-07-14  9:38     ` Krzysztof Kozlowski
2022-07-14 10:15     ` Dmitry Baryshkov
2022-07-14 10:15       ` Dmitry Baryshkov
2022-07-14 10:37       ` Krzysztof Kozlowski
2022-07-14 10:37         ` Krzysztof Kozlowski
2022-07-10  8:41 ` [PATCH v2 8/9] dt-bindings: msm/dp: add missing properties Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-07-11 23:16   ` Rob Herring [this message]
2022-07-11 23:16     ` Rob Herring
2022-07-12  9:42     ` Dmitry Baryshkov
2022-07-12  9:42       ` Dmitry Baryshkov
2022-08-22 18:46     ` Dmitry Baryshkov
2022-08-22 18:46       ` Dmitry Baryshkov
2022-08-23  2:55       ` Stephen Boyd
2022-08-23  2:55         ` Stephen Boyd
2022-07-14  9:43   ` Krzysztof Kozlowski
2022-07-14  9:43     ` Krzysztof Kozlowski
2022-07-10  8:41 ` [PATCH v2 9/9] dt-bindings: msm/dp: handle DP vs eDP difference Dmitry Baryshkov
2022-07-10  8:41   ` Dmitry Baryshkov
2022-07-11 23:18   ` Rob Herring
2022-07-11 23:18     ` Rob Herring
2022-07-16 15:18 ` (subset) [PATCH v2 0/9] dt-bindings: msm/dp: cleanup Qualcomm DP and eDP bidndings Bjorn Andersson
2022-07-16 15:18   ` Bjorn Andersson

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=20220711231638.GA449827-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=agross@kernel.org \
    --cc=airlied@linux.ie \
    --cc=bjorn.andersson@linaro.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=konrad.dybcio@somainline.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_khsieh@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=swboyd@chromium.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.