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>,
	Vinod Koul <vkoul@kernel.org>,
	linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/9] dt-bindings: arm: qcom: fix Longcheer L8150 compatibles
Date: Fri, 20 May 2022 20:17:13 +0200	[thread overview]
Message-ID: <YofbFnl0dZ6MheNQ@gerhold.net> (raw)
In-Reply-To: <20220520123252.365762-2-krzysztof.kozlowski@linaro.org>

On Fri, May 20, 2022 at 02:32:45PM +0200, Krzysztof Kozlowski wrote:
> The MSM8916 Longcheer L8150 uses a fallback in compatible:
> 
>   msm8916-longcheer-l8150.dtb: /: compatible: 'oneOf' conditional failed, one must be fixed:
>     ['longcheer,l8150', 'qcom,msm8916-v1-qrd/9-v1', 'qcom,msm8916'] is too long
> 
> Fixes: b72160fa886d ("dt-bindings: qcom: Document bindings for new MSM8916 devices")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

> ---
>  Documentation/devicetree/bindings/arm/qcom.yaml | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/arm/qcom.yaml b/Documentation/devicetree/bindings/arm/qcom.yaml
> index b7dd61df7ec0..e15012035093 100644
> --- a/Documentation/devicetree/bindings/arm/qcom.yaml
> +++ b/Documentation/devicetree/bindings/arm/qcom.yaml
> @@ -160,11 +160,15 @@ properties:
>        - items:
>            - enum:
>                - alcatel,idol347
> -              - longcheer,l8150
>                - samsung,a3u-eur
>                - samsung,a5u-eur
>            - const: qcom,msm8916
>  
> +      - items:
> +          - const: longcheer,l8150
> +          - const: qcom,msm8916-v1-qrd/9-v1
> +          - const: qcom,msm8916
> +
>        - items:
>            - enum:
>                - sony,karin_windy
> -- 
> 2.32.0
> 

  reply	other threads:[~2022-05-20 18:18 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 [this message]
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 ` [PATCH 1/9] dt-bindings: arm: qcom: fix Alcatel OneTouch Idol 3 compatibles Stephan Gerhold
2022-05-26  2:14 ` 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=YofbFnl0dZ6MheNQ@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=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.