Linux PCI subsystem development
 help / color / mirror / Atom feed
From: Sushrut Shree Trivedi <sushrut.trivedi@oss.qualcomm.com>
To: Manivannan Sadhasivam <mani@kernel.org>
Cc: "Vinod Koul" <vkoul@kernel.org>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Rob Herring" <robh@kernel.org>,
	"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Bjorn Helgaas" <bhelgaas@google.com>,
	"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
	"Krzysztof Wilczyński" <kwilczynski@kernel.org>,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Chaitanya Chundru" <krishna.chundru@oss.qualcomm.com>,
	"Bartosz Golaszewski" <brgl@kernel.org>,
	"Konrad Dybcio" <konradybcio@kernel.org>,
	linux-arm-msm@vger.kernel.org, linux-phy@lists.infradead.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-pci@vger.kernel.org
Subject: Re: [PATCH 2/9] dt-bindings: PCI: qcom: Document the Shikra PCIe Controller
Date: Tue, 25 Aug 2026 11:11:34 +0530	[thread overview]
Message-ID: <cb68a100-e26f-4db3-bbbc-fd581c2adb8f@oss.qualcomm.com> (raw)
In-Reply-To: <xxoyame76suxnhzglpccdxmvrpal3n5bgxhvcjeqyznepe2cyr@bud6ob4ecw7q>


On 8/12/2026 6:33 PM, Manivannan Sadhasivam wrote:
> On Wed, Aug 12, 2026 at 11:25:12AM +0530, Sushrut Shree Trivedi wrote:
>
> [...]
>
>>>> +    #include <dt-bindings/clock/qcom,rpmcc.h>
>>>> +
>>>> +    soc {
>>>> +        #address-cells = <2>;
>>>> +        #size-cells = <2>;
>>>> +
>>> Get rid of 'soc' node.
>> If we remove soc node, dt-schema uses address-cells = <1>,
>> size-cells  = <1> for dt-binding check and throws errors.
>>
>> Do you suggest ignoring those errors ?
> No, you need to make the 'reg' entries 1 cell.

As discussed separately, since we have a 64 bit BAR region
specified inside ranges, we need the soc node and the
associated address-cells, size-cells update to avoid
dt-binding errors.

>
>>>> +        pcie@45e8000 {
>>>> +          device_type = "pci";
>>>> +          compatible = "qcom,shikra-pcie";
>>>> +          reg = <0x0 0x045e8000 0x0 0x3000>,
>>>> +                <0x0 0x60000000 0x0 0xf1d>,
>>>> +                <0x0 0x60000f20 0x0 0xa8>,
>>>> +                <0x0 0x60001000 0x0 0x1000>,
>>>> +                <0x0 0x60100000 0x0 0x100000>,
>>>> +                <0x0 0x045eb000 0x0 0x1000>;
>>>> +          reg-names = "parf",
>>>> +                      "dbi",
>>>> +                      "elbi",
>>>> +                      "atu",
>>>> +                      "config",
>>>> +                      "mhi";
>>>> +          #address-cells = <3>;
>>>> +          #size-cells = <2>;
>>>> +          ranges = <0x01000000 0x0 0x00000000 0x0 0x60200000 0x0 0x100000>,
>>>> +                   <0x02000000 0x0 0x60300000 0x0 0x60300000 0x0 0x3d00000>,
>>>> +                   <0x03000000 0x4 0x00000000 0x4 0x00000000 0x3 0x0000000>;
>>>> +          bus-range = <0x00 0xff>;
>>>> +
>>>> +          linux,pci-domain = <0>;
>>>> +          num-lanes = <1>;
>>>> +
>>>> +          interrupts = <GIC_SPI 491 IRQ_TYPE_LEVEL_HIGH 0>,
>>>> +                       <GIC_SPI 492 IRQ_TYPE_LEVEL_HIGH 0>,
>>>> +                       <GIC_SPI 493 IRQ_TYPE_LEVEL_HIGH 0>,
>>>> +                       <GIC_SPI 494 IRQ_TYPE_LEVEL_HIGH 0>,
>>>> +                       <GIC_SPI 495 IRQ_TYPE_LEVEL_HIGH 0>,
>>>> +                       <GIC_SPI 496 IRQ_TYPE_LEVEL_HIGH 0>,
>>>> +                       <GIC_SPI 497 IRQ_TYPE_LEVEL_HIGH 0>,
>>>> +                       <GIC_SPI 498 IRQ_TYPE_LEVEL_HIGH 0>,
>>>> +                       <GIC_SPI 489 IRQ_TYPE_LEVEL_HIGH 0>;
>>>> +          interrupt-names = "msi0",
>>>> +                            "msi1",
>>>> +                            "msi2",
>>>> +                            "msi3",
>>>> +                            "msi4",
>>>> +                            "msi5",
>>>> +                            "msi6",
>>>> +                            "msi7",
>>>> +                            "global";
>>>> +
>>>> +          interrupt-map = <0 0 0 1 &intc 0 0 0 499 IRQ_TYPE_LEVEL_HIGH>,
>>>> +                          <0 0 0 2 &intc 0 0 0 500 IRQ_TYPE_LEVEL_HIGH>,
>>>> +                          <0 0 0 3 &intc 0 0 0 501 IRQ_TYPE_LEVEL_HIGH>,
>>>> +                          <0 0 0 4 &intc 0 0 0 502 IRQ_TYPE_LEVEL_HIGH>;
>>>> +          interrupt-map-mask = <0 0 0 0x7>;
>>>> +          #interrupt-cells = <1>;
>>>> +
>>>> +          clocks = <&gcc GCC_PCIE_AUX_CLK>,
>>>> +                   <&gcc GCC_PCIE_CFG_AHB_CLK>,
>>>> +                   <&gcc GCC_PCIE_MSTR_AXI_CLK>,
>>>> +                   <&gcc GCC_PCIE_SLV_AXI_CLK>,
>>>> +                   <&gcc GCC_PCIE_SLV_Q2A_AXI_CLK>,
>>>> +                   <&gcc GCC_DDRSS_MEMNOC_PCIE_SF_CLK>,
>>>> +                   <&gcc GCC_PCIE_TILE_AXI_SYS_NOC_CLK>,
>>>> +                   <&gcc GCC_QMIP_PCIE_CFG_AHB_CLK>;
>>>> +          clock-names = "aux",
>>>> +                        "cfg",
>>>> +                        "bus_master",
>>>> +                        "bus_slave",
>>>> +                        "slave_q2a",
>>>> +                        "ddrss_memnoc_pcie",
>>>> +                        "tile",
>>>> +                        "qmip_pcie_ahb";
>>>> +
>>>> +          assigned-clocks = <&gcc GCC_PCIE_AUX_CLK>;
>>>> +          assigned-clock-rates = <19200000>;
>>>> +
>>>> +          interconnects = <&system_noc MASTER_PCIE2_0 RPM_ALWAYS_TAG
>>>> +                          &mc_virt SLAVE_EBI_CH0 RPM_ALWAYS_TAG>,
>>>> +                          <&mem_noc MASTER_AMPSS_M0 RPM_ACTIVE_TAG
>>>> +                          &config_noc SLAVE_PCIE2_0 RPM_ACTIVE_TAG>;
>>>> +
>>>> +          interconnect-names = "pcie-mem",
>>>> +                               "cpu-pcie";
>>>> +
>>>> +          iommu-map = <0x0 &apps_smmu 0x800 0x1>,
>>>> +                      <0x100 &apps_smmu 0x801 0x1>;
>>>> +
>>>> +          resets = <&gcc GCC_PCIE_BCR>;
>>>> +          reset-names = "pci";
>>>> +
>>>> +          power-domains = <&gcc GCC_PCIE_GDSC>;
>>>> +
>>>> +          max-link-speed = <2>;
>>> You don't need 'max-link-speed' unless you want to limit the link speed.
>> This is needed since Shikra controller supports Gen3 but the PHY
>> is only capable of Gen2. Without limiting the speed, link-up fails.
> This is a critical limitation that should've been mentioned in the commit
> message.
>
> - Mani
ACK
>

  reply	other threads:[~2026-08-25  5:41 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-30 19:02 [PATCH 0/9] PCI: qcom: Add PCIe support for Shikra SoC Sushrut Shree Trivedi
2026-06-30 19:02 ` [PATCH 1/9] dt-bindings: phy: sc8280xp-qmp-pcie: Document Shikra PCIe phy Sushrut Shree Trivedi
2026-07-01  9:50   ` Bartosz Golaszewski
2026-06-30 19:02 ` [PATCH 2/9] dt-bindings: PCI: qcom: Document the Shikra PCIe Controller Sushrut Shree Trivedi
2026-06-30 19:18   ` Bjorn Helgaas
2026-06-30 20:35   ` Rob Herring (Arm)
2026-07-07  5:41     ` Sushrut Shree Trivedi
2026-07-01  6:26   ` Krzysztof Kozlowski
2026-07-07  5:29     ` Sushrut Shree Trivedi
2026-07-07  6:01   ` Manivannan Sadhasivam
2026-08-12  5:55     ` Sushrut Shree Trivedi
2026-08-12 13:03       ` Manivannan Sadhasivam
2026-08-25  5:41         ` Sushrut Shree Trivedi [this message]
2026-06-30 19:02 ` [PATCH 3/9] dt-bindings: PCI: Add bindings for endpoint gpios Sushrut Shree Trivedi
2026-06-30 19:22   ` Bjorn Helgaas
2026-07-07  5:39     ` Sushrut Shree Trivedi
2026-06-30 20:35   ` Rob Herring (Arm)
2026-07-07  5:42     ` Sushrut Shree Trivedi
2026-07-01  6:27   ` Krzysztof Kozlowski
2026-07-07  5:26     ` Sushrut Shree Trivedi
2026-07-07  6:48   ` Manivannan Sadhasivam
2026-06-30 19:02 ` [PATCH 4/9] PCI: qcom: Add support for Shikra Sushrut Shree Trivedi
2026-07-01  9:51   ` Bartosz Golaszewski
2026-06-30 19:02 ` [PATCH 5/9] phy: qcom: qmp-pcie: Add QMP PCIe PHY " Sushrut Shree Trivedi
2026-06-30 19:02 ` [PATCH 6/9] PCI/pwrctrl: tc9563: Add API to control endpoint power and reset Sushrut Shree Trivedi
2026-06-30 19:28   ` Bjorn Helgaas
2026-07-07  5:40     ` Sushrut Shree Trivedi
2026-06-30 19:02 ` [PATCH 7/9] arm64: dts: qcom: shikra: Add PCIe PHY and controller nodes Sushrut Shree Trivedi
2026-06-30 19:29   ` Bjorn Helgaas
2026-07-07  5:40     ` Sushrut Shree Trivedi
2026-07-01 10:34   ` Konrad Dybcio
2026-07-07  5:23     ` Sushrut Shree Trivedi
2026-06-30 19:02 ` [PATCH 8/9] arm64: dts: qcom: shikra-evk: Add TC9563 PCIe switch node for PCIe Sushrut Shree Trivedi
2026-06-30 19:30   ` Bjorn Helgaas
2026-07-07  5:41     ` Sushrut Shree Trivedi
2026-07-01 10:35   ` Konrad Dybcio
2026-07-07  5:22     ` Sushrut Shree Trivedi
2026-06-30 19:02 ` [PATCH 9/9] arm64: dts: qcom: shikra-(cqm/cqs/iqs)-evk: Enable PCIe PHY node Sushrut Shree Trivedi
2026-07-01 10:36   ` Konrad Dybcio
2026-07-07  5:21     ` Sushrut Shree Trivedi
2026-07-08  8:02 ` [PATCH 0/9] PCI: qcom: Add PCIe support for Shikra SoC Manivannan Sadhasivam
2026-08-12  4:10   ` Sushrut Shree Trivedi

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=cb68a100-e26f-4db3-bbbc-fd581c2adb8f@oss.qualcomm.com \
    --to=sushrut.trivedi@oss.qualcomm.com \
    --cc=andersson@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=brgl@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=konradybcio@kernel.org \
    --cc=krishna.chundru@oss.qualcomm.com \
    --cc=krzk+dt@kernel.org \
    --cc=kwilczynski@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-phy@lists.infradead.org \
    --cc=lpieralisi@kernel.org \
    --cc=mani@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=robh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox