All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Heidelberg <david@ixit.cz>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: 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,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Subject: Re: [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml
Date: Thu, 9 Jun 2022 00:45:22 +0200	[thread overview]
Message-ID: <f1489ae9-268a-5e35-2223-e8ee95cbd206@ixit.cz> (raw)
In-Reply-To: <e9918d06-1b53-d847-016f-2310c4fa9866@linaro.org>


[-- Attachment #1.1.1: Type: text/plain, Size: 3045 bytes --]

On 08/06/2022 14:37, Krzysztof Kozlowski wrote:
> On 08/06/2022 14:07, Dmitry Baryshkov wrote:
>> Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings.
>>
>> Changes to schema:
>> HDMI:
>>   - fixed reg-names numbering to match 0..3 instead 0,1,3,4
>>   - dropped qcom,tx-ddc-* from example, they were not documented
>>
>> PHY:
>>   - moved into phy/ directory
>>   - split into QMP and non-QMP PHY schemas
>>
>> Co-developed-by: David Heidelberg <david@ixit.cz>
> David also needs to SoB here.

no problem, for this or any later version of patches developed by me:

Signed-off-by: David Heidelberg <david@ixit.cz>

>
>> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
>> ---
> (...)
>
>> +$id: http://devicetree.org/schemas/display/msm/hdmi.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Qualcomm Adreno/Snapdragon HDMI output
>> +
>> +maintainers:
>> +  - Rob Clark <robdclark@gmail.com>
>> +
>> +properties:
>> +  compatible:
>> +    enum:
>> +      - qcom,hdmi-tx-8084
>> +      - qcom,hdmi-tx-8660
>> +      - qcom,hdmi-tx-8960
>> +      - qcom,hdmi-tx-8974
>> +      - qcom,hdmi-tx-8994
>> +      - qcom,hdmi-tx-8996
>> +
>> +  clocks:
>> +    minItems: 1
>> +    maxItems: 5
>> +
>> +  clock-names:
>> +    minItems: 1
>> +    maxItems: 5
>> +
>> +  reg:
>> +    minItems: 1
>> +    maxItems: 3
>> +
>> +  reg-names:
>> +    minItems: 1
>> +    items:
>> +      - const: core_physical
>> +      - const: qfprom_physical
>> +      - const: hdcp_physical
>> +
>> +  interrupts:
>> +    maxItems: 1
>> +
>> +  phys:
>> +    maxItems: 1
>> +
>> +  phy-names:
>> +    enum:
>> +      - hdmi_phy
>> +      - hdmi-phy
> I did not notice your question on v1. I see now two DTS files using two
> different names... yeah, let's mark it deprecated and remove entirely
> from DTS. Let's hope DTS does not have other users than Linux kernel. :)
>
>> +
>> +  core-vdda-supply:
>> +    description: phandle to VDDA supply regulator
>> +
>> +  hdmi-mux-supply:
>> +    description: phandle to mux regulator
>> +
>> +  core-vcc-supply:
>> +    description: phandle to VCC supply regulator
>> +
> (...)
>
>> +properties:
>> +  compatible:
>> +    enum:
>> +      - qcom,hdmi-phy-8660
>> +      - qcom,hdmi-phy-8960
>> +      - qcom,hdmi-phy-8974
>> +      - qcom,hdmi-phy-8084
>> +
>> +  reg:
>> +    maxItems: 2
>> +
>> +  reg-names:
>> +    items:
>> +      - const: hdmi_phy
>> +      - const: hdmi_pll
>> +
>> +  clocks:
>> +    minItems: 1
>> +    maxItems: 2
>> +
>> +  clock-names:
>> +    minItems: 1
>> +    maxItems: 2
>> +
>> +  power-domains:
>> +    maxItems: 1
>> +
>> +  core-vdda-supply:
>> +    description: phandle to VDDA supply regulator
> Blank line
>
>> +  vddio-supply:
>> +    description: phandle to VDD I/O supply regulator
>> +
>
> Best regards,
> Krzysztof

-- 
David Heidelberg
Consultant Software Engineer

Matrix: @okias:matrix.org


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3977 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: David Heidelberg <david@ixit.cz>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Sean Paul <sean@poorly.run>,
	devicetree@vger.kernel.org,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	David Airlie <airlied@linux.ie>,
	linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	Stephen Boyd <swboyd@chromium.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	freedreno@lists.freedesktop.org
Subject: Re: [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml
Date: Thu, 9 Jun 2022 00:45:22 +0200	[thread overview]
Message-ID: <f1489ae9-268a-5e35-2223-e8ee95cbd206@ixit.cz> (raw)
In-Reply-To: <e9918d06-1b53-d847-016f-2310c4fa9866@linaro.org>


[-- Attachment #1.1.1: Type: text/plain, Size: 3045 bytes --]

On 08/06/2022 14:37, Krzysztof Kozlowski wrote:
> On 08/06/2022 14:07, Dmitry Baryshkov wrote:
>> Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings.
>>
>> Changes to schema:
>> HDMI:
>>   - fixed reg-names numbering to match 0..3 instead 0,1,3,4
>>   - dropped qcom,tx-ddc-* from example, they were not documented
>>
>> PHY:
>>   - moved into phy/ directory
>>   - split into QMP and non-QMP PHY schemas
>>
>> Co-developed-by: David Heidelberg <david@ixit.cz>
> David also needs to SoB here.

no problem, for this or any later version of patches developed by me:

Signed-off-by: David Heidelberg <david@ixit.cz>

>
>> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
>> ---
> (...)
>
>> +$id: http://devicetree.org/schemas/display/msm/hdmi.yaml#
>> +$schema: http://devicetree.org/meta-schemas/core.yaml#
>> +
>> +title: Qualcomm Adreno/Snapdragon HDMI output
>> +
>> +maintainers:
>> +  - Rob Clark <robdclark@gmail.com>
>> +
>> +properties:
>> +  compatible:
>> +    enum:
>> +      - qcom,hdmi-tx-8084
>> +      - qcom,hdmi-tx-8660
>> +      - qcom,hdmi-tx-8960
>> +      - qcom,hdmi-tx-8974
>> +      - qcom,hdmi-tx-8994
>> +      - qcom,hdmi-tx-8996
>> +
>> +  clocks:
>> +    minItems: 1
>> +    maxItems: 5
>> +
>> +  clock-names:
>> +    minItems: 1
>> +    maxItems: 5
>> +
>> +  reg:
>> +    minItems: 1
>> +    maxItems: 3
>> +
>> +  reg-names:
>> +    minItems: 1
>> +    items:
>> +      - const: core_physical
>> +      - const: qfprom_physical
>> +      - const: hdcp_physical
>> +
>> +  interrupts:
>> +    maxItems: 1
>> +
>> +  phys:
>> +    maxItems: 1
>> +
>> +  phy-names:
>> +    enum:
>> +      - hdmi_phy
>> +      - hdmi-phy
> I did not notice your question on v1. I see now two DTS files using two
> different names... yeah, let's mark it deprecated and remove entirely
> from DTS. Let's hope DTS does not have other users than Linux kernel. :)
>
>> +
>> +  core-vdda-supply:
>> +    description: phandle to VDDA supply regulator
>> +
>> +  hdmi-mux-supply:
>> +    description: phandle to mux regulator
>> +
>> +  core-vcc-supply:
>> +    description: phandle to VCC supply regulator
>> +
> (...)
>
>> +properties:
>> +  compatible:
>> +    enum:
>> +      - qcom,hdmi-phy-8660
>> +      - qcom,hdmi-phy-8960
>> +      - qcom,hdmi-phy-8974
>> +      - qcom,hdmi-phy-8084
>> +
>> +  reg:
>> +    maxItems: 2
>> +
>> +  reg-names:
>> +    items:
>> +      - const: hdmi_phy
>> +      - const: hdmi_pll
>> +
>> +  clocks:
>> +    minItems: 1
>> +    maxItems: 2
>> +
>> +  clock-names:
>> +    minItems: 1
>> +    maxItems: 2
>> +
>> +  power-domains:
>> +    maxItems: 1
>> +
>> +  core-vdda-supply:
>> +    description: phandle to VDDA supply regulator
> Blank line
>
>> +  vddio-supply:
>> +    description: phandle to VDD I/O supply regulator
>> +
>
> Best regards,
> Krzysztof

-- 
David Heidelberg
Consultant Software Engineer

Matrix: @okias:matrix.org


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3977 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2022-06-08 22:45 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-08 12:07 [PATCH v2 00/12] drm/msm/hdmi: YAML-ify schema and cleanup some platform properties Dmitry Baryshkov
2022-06-08 12:07 ` Dmitry Baryshkov
2022-06-08 12:07 ` [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 12:37   ` Krzysztof Kozlowski
2022-06-08 12:37     ` Krzysztof Kozlowski
2022-06-08 22:45     ` David Heidelberg [this message]
2022-06-08 22:45       ` David Heidelberg
2022-06-09 12:09       ` Dmitry Baryshkov
2022-06-09 12:09         ` Dmitry Baryshkov
2022-06-09 12:10     ` Dmitry Baryshkov
2022-06-09 12:10       ` Dmitry Baryshkov
2022-06-08 12:07 ` [PATCH v2 02/12] dt-bindings: display/msm: hdmi: mark old GPIO properties as deprecated Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 12:37   ` Krzysztof Kozlowski
2022-06-08 12:37     ` Krzysztof Kozlowski
2022-06-08 20:56   ` Stephen Boyd
2022-06-08 20:56     ` Stephen Boyd
2022-06-08 12:07 ` [PATCH v2 03/12] dt-bindings: display/msm: hdmi: mark hdmi-mux-supply " Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 12:38   ` Krzysztof Kozlowski
2022-06-08 12:38     ` Krzysztof Kozlowski
2022-06-08 20:56   ` Stephen Boyd
2022-06-08 20:56     ` Stephen Boyd
2022-06-08 12:07 ` [PATCH v2 04/12] arm: dts: qcom: apq8064-ifc6410: drop hdmi-mux-supply Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 20:57   ` Stephen Boyd
2022-06-08 20:57     ` Stephen Boyd
2022-06-08 12:07 ` [PATCH v2 05/12] drm/msm/hdmi: drop the hdmi-mux support Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 20:57   ` Stephen Boyd
2022-06-08 20:57     ` Stephen Boyd
2022-06-08 12:07 ` [PATCH v2 06/12] drm/msm/hdmi: drop unused GPIO support Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 15:57   ` kernel test robot
2022-06-08 15:57     ` kernel test robot
2022-06-08 20:59   ` Stephen Boyd
2022-06-08 20:59     ` Stephen Boyd
2022-06-09  6:27     ` Dmitry Baryshkov
2022-06-09  6:27       ` Dmitry Baryshkov
2022-06-08 12:07 ` [PATCH v2 07/12] drm/msm/hdmi: enable core-vcc/core-vdda-supply for 8996 platform Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 21:02   ` Stephen Boyd
2022-06-08 21:02     ` Stephen Boyd
2022-06-08 22:58     ` Dmitry Baryshkov
2022-06-08 22:58       ` Dmitry Baryshkov
2022-06-08 12:07 ` [PATCH v2 08/12] drm/msm/hdmi: drop empty 'none' regulator lists Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 21:00   ` Stephen Boyd
2022-06-08 21:00     ` Stephen Boyd
2022-06-08 12:07 ` [PATCH v2 09/12] drm/msm/hdmi: drop hpd_regs usage on 8x74/8084 Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 21:03   ` Stephen Boyd
2022-06-08 21:03     ` Stephen Boyd
2022-06-08 12:07 ` [PATCH v2 10/12] drm/msm/hdmi: merge platform config for 8974/8084/8994/8996 Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 21:04   ` Stephen Boyd
2022-06-08 21:04     ` Stephen Boyd
2022-06-08 12:07 ` [PATCH v2 11/12] drm/msm/hdmi: reuse MSM8960's config for MSM8660 Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 21:04   ` Stephen Boyd
2022-06-08 21:04     ` Stephen Boyd
2022-06-08 12:07 ` [PATCH v2 12/12] drm/msm/hdmi-phy: populate 8x60 HDMI PHY requirements Dmitry Baryshkov
2022-06-08 12:07   ` Dmitry Baryshkov
2022-06-08 21:05   ` Stephen Boyd
2022-06-08 21:05     ` Stephen Boyd

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=f1489ae9-268a-5e35-2223-e8ee95cbd206@ixit.cz \
    --to=david@ixit.cz \
    --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=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=robh+dt@kernel.org \
    --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.