From: Manivannan Sadhasivam <mani@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Andy Gross <agross@kernel.org>,
Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konrad.dybcio@linaro.org>,
Jassi Brar <jassisinghbrar@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org
Subject: Re: [PATCH v2 02/13] dt-bindings: mailbox: qcom,apcs-kpss-global: fix SDX55 'if' match
Date: Mon, 20 Mar 2023 16:10:42 +0530 [thread overview]
Message-ID: <20230320104042.GF4564@thinkpad> (raw)
In-Reply-To: <20230314080917.68246-3-krzysztof.kozlowski@linaro.org>
On Tue, Mar 14, 2023 at 09:09:06AM +0100, Krzysztof Kozlowski wrote:
> The qcom,sdx55-apcs-gcc is followed by another compatible (syscon), thus
> the 'if' clause must match by contains.
>
> Fixes: 0d17014e9189 ("dt-bindings: mailbox: Add binding for SDX55 APCS")
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Manivannan Sadhasivam <mani@kernel.org>
Thanks,
Mani
> ---
> .../devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
> index 2992227631c4..4d2f408a5efb 100644
> --- a/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
> +++ b/Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml
> @@ -91,8 +91,9 @@ allOf:
> - if:
> properties:
> compatible:
> - enum:
> - - qcom,sdx55-apcs-gcc
> + contains:
> + enum:
> + - qcom,sdx55-apcs-gcc
> then:
> properties:
> clocks:
> --
> 2.34.1
>
--
மணிவண்ணன் சதாசிவம்
next prev parent reply other threads:[~2023-03-20 10:44 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 8:09 [PATCH v2 00/13] mailbox/arm64/ qcom: rework compatibles for fallback Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 01/13] dt-bindings: mailbox: qcom,apcs-kpss-global: correct SDX55 clocks Krzysztof Kozlowski
2023-03-17 21:07 ` Rob Herring
2023-03-17 21:07 ` Rob Herring
2023-03-20 10:39 ` Manivannan Sadhasivam
2023-03-14 8:09 ` [PATCH v2 02/13] dt-bindings: mailbox: qcom,apcs-kpss-global: fix SDX55 'if' match Krzysztof Kozlowski
2023-03-17 21:07 ` Rob Herring
2023-03-20 10:40 ` Manivannan Sadhasivam [this message]
2023-03-14 8:09 ` [PATCH v2 03/13] dt-bindings: mailbox: qcom,apcs-kpss-global: use fallbacks Krzysztof Kozlowski
2023-03-17 21:08 ` Rob Herring
2023-03-14 8:09 ` [PATCH v2 04/13] mailbox: qcom-apcs-ipc: do not grow the of_device_id Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 05/13] arm64: dts: qcom: ipq8074: add compatible fallback to mailbox Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 06/13] arm64: dts: qcom: msm8976: " Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 07/13] arm64: dts: qcom: msm8998: " Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 08/13] arm64: dts: qcom: sdm630: " Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 09/13] arm64: dts: qcom: sm6115: " Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 10/13] arm64: dts: qcom: sm6125: " Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 11/13] arm64: dts: qcom: qcs404: " Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 12/13] arm64: dts: qcom: sc7180: " Krzysztof Kozlowski
2023-03-14 8:09 ` [PATCH v2 13/13] arm64: dts: qcom: sm8150: " Krzysztof Kozlowski
2023-03-14 12:16 ` [PATCH v2 00/13] mailbox/arm64/ qcom: rework compatibles for fallback Dmitry Baryshkov
2023-03-16 6:52 ` Krzysztof Kozlowski
2023-03-22 17:37 ` Krzysztof Kozlowski
2023-03-22 22:28 ` Dmitry Baryshkov
2023-03-23 6:33 ` Krzysztof Kozlowski
2023-03-23 9:44 ` Dmitry Baryshkov
2023-03-27 13:43 ` 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=20230320104042.GF4564@thinkpad \
--to=mani@kernel.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=konrad.dybcio@linaro.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 \
/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).