devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Melody Olvera <quic_molvera@quicinc.com>,
	Andy Gross <agross@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 1/3] dt-bindings: arm: qcom: Document QDU1000/QRU1000 SoCs and boards
Date: Sat, 15 Oct 2022 09:19:31 -0400	[thread overview]
Message-ID: <bcd3e840-ea25-51fd-6bca-683fd7680ab5@linaro.org> (raw)
In-Reply-To: <20221014221138.7552-2-quic_molvera@quicinc.com>

On 14/10/2022 18:11, Melody Olvera wrote:
> Document the QDU1000 and QRU1000 SoC bindings and the boards that use
> them.
> 
> Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 1b5ac6b02bc5..3370a50644a6 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -40,6 +40,8 @@ description: |
>          msm8996
>          msm8998
>          qcs404
> +        qdu1000
> +        qru1000
>          sa8155p
>          sa8540p
>          sc7180
> @@ -76,6 +78,7 @@ description: |
>          mtp
>          qrd
>          sbc
> +        x100
>  
>    The 'soc_version' and 'board_version' elements take the form of v<Major>.<Minor>
>    where the minor number may be omitted when it's zero, i.e.  v1.0 is the same
> @@ -493,6 +496,19 @@ properties:
>            - const: google,pompom-sku0
>            - const: qcom,sc7180
>  
> +      - description: Qualcomm Technologies, Inc. Distributed Unit 1000 platform
> +          - items:
> +              - enum:
> +                  - qcom,qdu1000-idp
> +                  - qcom,qdu1000-x100
> +              - const: qcom,qdu1000
> +
> +      - description: Qualcomm Technologies, Inc. Radio Unit 1000 platform
> +          - items:
> +              - enum:
> +                  -qcom,qru1000-idp
> +              - const: qcom,qru1000

This is still wrong order. All entries are ordered by SoC compatible. So
this should go before sc7180, not after.

> +
>        - description: Google Quackingstick (newest rev)
>          items:
>            - const: google,quackingstick-sku1537

Best regards,
Krzysztof


  reply	other threads:[~2022-10-15 13:19 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-14 22:11 [PATCH v2 0/3] Add base device tree files for QDU1000/QRU1000 Melody Olvera
2022-10-14 22:11 ` [PATCH v2 1/3] dt-bindings: arm: qcom: Document QDU1000/QRU1000 SoCs and boards Melody Olvera
2022-10-15 13:19   ` Krzysztof Kozlowski [this message]
2022-10-16 22:58   ` Rob Herring
2022-10-14 22:11 ` [PATCH v2 2/3] arm64: dts: qcom: Add base QDU1000/QRU1000 DTSIs Melody Olvera
2022-10-15 13:28   ` Krzysztof Kozlowski
2022-10-19 20:21     ` Melody Olvera
2022-10-20 12:41       ` Krzysztof Kozlowski
2022-10-20 13:54         ` Stephan Gerhold
2022-10-20 16:08           ` Krzysztof Kozlowski
2022-10-20 16:26             ` Krzysztof Kozlowski
2022-10-20 17:18             ` Stephan Gerhold
2022-10-20 17:59               ` Krzysztof Kozlowski
2022-10-20 18:55                 ` Melody Olvera
2022-10-15 15:11   ` Krzysztof Kozlowski
2022-10-18 22:15   ` Krzysztof Kozlowski
2022-10-19 18:56     ` Melody Olvera
2022-10-24  0:53   ` Richard Acayan
2022-10-24 17:10     ` Melody Olvera
2022-10-24 22:28       ` Richard Acayan
2022-10-24 22:31         ` Melody Olvera
2022-10-24 22:51           ` Richard Acayan
2022-10-24 22:56             ` Melody Olvera
2022-10-14 22:11 ` [PATCH v2 3/3] arm64: dts: qcom: Add base QDU1000/QRU1000 IDP DTs Melody Olvera
2022-10-15 13:29   ` Krzysztof Kozlowski
2022-10-19 21:16     ` Melody Olvera
2022-10-20 12:39       ` Krzysztof Kozlowski
2022-10-18 22:10   ` kernel test robot
2022-10-15  0:04 ` [PATCH v2 0/3] Add base device tree files for QDU1000/QRU1000 Melody Olvera

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=bcd3e840-ea25-51fd-6bca-683fd7680ab5@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=agross@kernel.org \
    --cc=andersson@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_molvera@quicinc.com \
    --cc=robh+dt@kernel.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 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).