[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <fcb3df88-18bd-add1-5329-92af92948048@codeaurora.org>
Date: Wed, 29 Jul 2020 08:19:06 +0530
From: Sivaprakash Murugesan <sivaprak@...eaurora.org>
To: Rob Herring <robh+dt@...nel.org>
Cc: Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
linux-arm-msm <linux-arm-msm@...r.kernel.org>,
PCI <linux-pci@...r.kernel.org>, devicetree@...r.kernel.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH V2] dt-bindings: pci: convert QCOM pci bindings to YAML
Hi Rob,
On 7/28/2020 9:24 PM, Rob Herring wrote:
> On Tue, Jul 28, 2020 at 9:27 AM Rob Herring <robh+dt@...nel.org> wrote:
>> On Sun, Jul 26, 2020 at 9:07 AM Sivaprakash Murugesan
>> <sivaprak@....qualcomm.com> wrote:
>>> From: Sivaprakash Murugesan <sivaprak@...eaurora.org>
>>>
>>> Convert QCOM pci bindings to YAML schema
>>>
>>> Signed-off-by: Sivaprakash Murugesan <sivaprak@...eaurora.org>
>>> ---
>>> [v2]
>>> - Referenced pci-bus.yaml
>>> - removed duplicate properties already referenced by pci-bus.yaml
>>> - Addressed comments from Rob
>>> .../devicetree/bindings/pci/qcom,pcie.txt | 330 ---------------
>>> .../devicetree/bindings/pci/qcom,pcie.yaml | 447 +++++++++++++++++++++
>>> 2 files changed, 447 insertions(+), 330 deletions(-)
>>> delete mode 100644 Documentation/devicetree/bindings/pci/qcom,pcie.txt
>>> create mode 100644 Documentation/devicetree/bindings/pci/qcom,pcie.yaml
>>
>>> diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
>>> new file mode 100644
>>> index 000000000000..ddb84f49ac1c
>>> --- /dev/null
>>> +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml
>>> @@ -0,0 +1,447 @@
>>> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>>> +
>>> +%YAML 1.2
>>> +---
>>> +$id: "http://devicetree.org/schemas/pci/qcom,pcie.yaml#"
>>> +$schema: "http://devicetree.org/meta-schemas/core.yaml#"
>>> +
>>> +title: Qualcomm PCI express root complex
>>> +
>>> +maintainers:
>>> + - Sivaprakash Murugesan <sivaprak@...eaurora.org>
>>> +
>>> +description:
>>> + QCOM PCIe controller uses Designware IP with Qualcomm specific hardware
>>> + wrappers.
>>> +
>>> +properties:
>>> + compatible:
>>> + enum:
>>> + - qcom,pcie-apq8064
>>> + - qcom,pcie-apq8084
>>> + - qcom,pcie-ipq4019
>>> + - qcom,pcie-ipq8064
>>> + - qcom,pcie-ipq8074
>>> + - qcom,pcie-msm8996
>>> + - qcom,pcie-qcs404
>>> + - qcom,pcie-sdm845
>>> +
>>> + reg:
>>> + description: Register ranges as listed in the reg-names property
>> Can drop this.
>>
>>> + maxItems: 4
>>> +
>>> + reg-names:
>>> + items:
>>> + - const: dbi
>>> + - const: elbi
>>> + - const: parf
>>> + - const: config
>>> +
>>> + ranges:
>>> + maxItems: 2
>>> +
>>> + interrupts:
>>> + items:
>>> + - description: MSI interrupts
>>> +
>>> + interrupt-names:
>>> + const: msi
>>> +
>>> + "#interrupt-cells":
>> In pci-bus.yaml, so you can drop.
I am getting the below error if I remove #interrupt-cells alone.
properties: '#interrupt-cells' is a dependency of 'interrupt-map'
interrupt-map is also documented in pci-bus.yaml hence dropping that as
well.
Powered by blists - more mailing lists