All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephan Gerhold <stephan@gerhold.net>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Vinod Koul <vkoul@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, Rob Herring <robh@kernel.org>
Subject: Re: [PATCH 1/9] dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles
Date: Fri, 20 May 2022 20:16:05 +0200	[thread overview]
Message-ID: <Yofa5et7kd6UpS0C@gerhold.net> (raw)
In-Reply-To: <20220520123252.365762-1-krzysztof.kozlowski@linaro.org>

On Fri, May 20, 2022 at 02:32:44PM +0200, Krzysztof Kozlowski wrote:
> The MSM8916 Alcatel OneTouch Idol 3 does not use MTP fallbacks in
> compatibles:
> 
>   msm8916-alcatel-idol347.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
>     ['alcatel,idol347', 'qcom,msm8916'] is too short
> 
> Reported-by: Rob Herring <robh@kernel.org>
> Fixes: e9dd2f7204ed ("dt-bindings: arm: qcom: Document alcatel,idol347 board")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Stephan Gerhold <stephan@gerhold.net>

> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index 5c06d1bfc046..b7dd61df7ec0 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -153,14 +153,13 @@ properties:
>            - const: qcom,msm8974
>  
>        - items:
> -          - enum:
> -              - alcatel,idol347
>            - const: qcom,msm8916-mtp/1
>            - const: qcom,msm8916-mtp
>            - const: qcom,msm8916
>  
>        - items:
>            - enum:
> +              - alcatel,idol347
>                - longcheer,l8150
>                - samsung,a3u-eur
>                - samsung,a5u-eur
> -- 
> 2.32.0
> 

  parent reply	other threads:[~2022-05-20 18:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20 12:32 [PATCH 1/9] dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles Krzysztof Kozlowski
2022-05-20 12:32 ` [PATCH 2/9] dt-bindings: arm: qcom: fix Longcheer L8150 compatibles Krzysztof Kozlowski
2022-05-20 18:17   ` Stephan Gerhold
2022-05-26  2:14   ` Rob Herring
2022-05-20 12:32 ` [PATCH 3/9] dt-bindings: arm: qcom: fix MSM8916 MTP compatibles Krzysztof Kozlowski
2022-05-26  2:15   ` Rob Herring
2022-05-20 12:32 ` [PATCH 4/9] dt-bindings: arm: qcom: fix MSM8994 boards compatibles Krzysztof Kozlowski
2022-05-26  2:15   ` Rob Herring
2022-05-20 12:32 ` [PATCH 5/9] dt-bindings: arm: qcom: add missing MSM8916 board compatibles Krzysztof Kozlowski
2022-05-20 18:18   ` Stephan Gerhold
2022-05-26  2:15   ` Rob Herring
2022-05-20 12:32 ` [PATCH 6/9] dt-bindings: arm: qcom: add missing MSM8994 " Krzysztof Kozlowski
2022-05-26  2:15   ` Rob Herring
2022-05-20 12:32 ` [PATCH 7/9] dt-bindings: arm: qcom: add missing SM8150 " Krzysztof Kozlowski
2022-05-26  2:16   ` Rob Herring
2022-05-20 12:32 ` [PATCH 8/9] dt-bindings: arm: qcom: add missing SM8250 " Krzysztof Kozlowski
2022-05-26  2:16   ` Rob Herring
2022-05-20 12:32 ` [PATCH 9/9] dt-bindings: arm: qcom: add missing SM8350 " Krzysztof Kozlowski
2022-05-26  2:16   ` Rob Herring
2022-05-20 18:16 ` Stephan Gerhold [this message]
2022-05-26  2:14 ` [PATCH 1/9] dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles Rob Herring
2022-06-09  8:51 ` Krzysztof Kozlowski
2022-06-21 16:02 ` Krzysztof Kozlowski
2022-06-22  8:25 ` 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=Yofa5et7kd6UpS0C@gerhold.net \
    --to=stephan@gerhold.net \
    --cc=agross@kernel.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=robh@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=vkoul@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 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.