From: Bjorn Helgaas <helgaas@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>,
Bjorn Helgaas <bhelgaas@google.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Stanimir Varbanov <svarbanov@mm-sol.com>,
linux-arm-msm@vger.kernel.org, linux-pci@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: PCI: qcom: add MSM8998 specific compatible
Date: Tue, 3 Jan 2023 14:39:15 -0600 [thread overview]
Message-ID: <20230103203915.GA1020424@bhelgaas> (raw)
In-Reply-To: <20221115125310.184012-1-krzysztof.kozlowski@linaro.org>
On Tue, Nov 15, 2022 at 01:53:07PM +0100, Krzysztof Kozlowski wrote:
> Add new compatible for MSM8998 (compatible with MSM8996) to allow
> further customizing if needed and to accurately describe the hardware.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Hi Krzysztof,
Would you mind splitting this into two patches?
- Convert "compatible:" from enum: to oneOf:
- Add MSM8998
Having them combined makes the history a little bit harder to follow.
Bjorn
> ---
> .../devicetree/bindings/pci/qcom,pcie.yaml | 42 ++++++++++---------
> 1 file changed, 23 insertions(+), 19 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
> index 54f07852d279..0411e2e67661 100644
> --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
> +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
> @@ -16,25 +16,29 @@ description: |
>
> properties:
> compatible:
> - enum:
> - - qcom,pcie-ipq8064
> - - qcom,pcie-ipq8064-v2
> - - qcom,pcie-apq8064
> - - qcom,pcie-apq8084
> - - qcom,pcie-msm8996
> - - qcom,pcie-ipq4019
> - - qcom,pcie-ipq8074
> - - qcom,pcie-qcs404
> - - qcom,pcie-sa8540p
> - - qcom,pcie-sc7280
> - - qcom,pcie-sc8180x
> - - qcom,pcie-sc8280xp
> - - qcom,pcie-sdm845
> - - qcom,pcie-sm8150
> - - qcom,pcie-sm8250
> - - qcom,pcie-sm8450-pcie0
> - - qcom,pcie-sm8450-pcie1
> - - qcom,pcie-ipq6018
> + oneOf:
> + - enum:
> + - qcom,pcie-ipq8064
> + - qcom,pcie-ipq8064-v2
> + - qcom,pcie-apq8064
> + - qcom,pcie-apq8084
> + - qcom,pcie-msm8996
> + - qcom,pcie-ipq4019
> + - qcom,pcie-ipq8074
> + - qcom,pcie-qcs404
> + - qcom,pcie-sa8540p
> + - qcom,pcie-sc7280
> + - qcom,pcie-sc8180x
> + - qcom,pcie-sc8280xp
> + - qcom,pcie-sdm845
> + - qcom,pcie-sm8150
> + - qcom,pcie-sm8250
> + - qcom,pcie-sm8450-pcie0
> + - qcom,pcie-sm8450-pcie1
> + - qcom,pcie-ipq6018
> + - items:
> + - const: qcom,pcie-msm8998
> + - const: qcom,pcie-msm8996
>
> reg:
> minItems: 4
> --
> 2.34.1
>
next prev parent reply other threads:[~2023-01-03 20:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-15 12:53 [PATCH 1/4] dt-bindings: PCI: qcom: add MSM8998 specific compatible Krzysztof Kozlowski
2022-11-15 12:53 ` [PATCH 2/4] dt-bindings: PCI: qcom: unify clock order between MSM8996 and MSM8998 Krzysztof Kozlowski
2022-11-16 21:55 ` Rob Herring
2022-11-15 12:53 ` [PATCH 3/4] arm64: dts: msm8998: add MSM8998 specific compatible Krzysztof Kozlowski
2022-11-15 13:14 ` Konrad Dybcio
2022-11-15 12:53 ` [PATCH 4/4] arm64: dts: msm8998: unify PCIe clock order withMSM8996 Krzysztof Kozlowski
2022-11-15 13:14 ` Konrad Dybcio
2022-11-15 17:46 ` (subset) [PATCH 1/4] dt-bindings: PCI: qcom: add MSM8998 specific compatible Bjorn Andersson
2022-11-16 21:54 ` Rob Herring
2022-12-30 11:08 ` (subset) " Lorenzo Pieralisi
2023-02-14 9:29 ` Krzysztof Kozlowski
2023-02-14 19:25 ` Bjorn Helgaas
2023-01-03 20:39 ` Bjorn Helgaas [this message]
2023-01-06 7:32 ` 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=20230103203915.GA1020424@bhelgaas \
--to=helgaas@kernel.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=bhelgaas@google.com \
--cc=devicetree@vger.kernel.org \
--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=linux-pci@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=svarbanov@mm-sol.com \
/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).