Message ID | 20250317100029.881286-1-quic_varada@quicinc.com |
---|---|
Headers | show |
Series | Add PCIe support for Qualcomm IPQ5332 | expand |
On 3/17/25 11:00 AM, Varadarajan Narayanan wrote: > From: Praveenkumar I <quic_ipkumar@quicinc.com> > > Add phy and controller nodes for pcie0_x1 and pcie1_x2. > > Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com> > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > --- [...] I think you're reaching out of the BAR register space by an order of magnitude, on both hosts IIUC it's only 32 MiB for both the register addresses/sizes look good I'm not super glad that we decided to move forward with not putting PARF first, as the other registers are in the BAR region, but bindings are bindings and bindings are ABI.. Konrad
On Fri, Apr 11, 2025 at 01:22:39PM +0200, Konrad Dybcio wrote: > On 3/17/25 11:00 AM, Varadarajan Narayanan wrote: > > From: Praveenkumar I <quic_ipkumar@quicinc.com> > > > > Add phy and controller nodes for pcie0_x1 and pcie1_x2. > > > > Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com> > > Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> > > --- > > [...] > > I think you're reaching out of the BAR register space by an order of magnitude, > on both hosts > > IIUC it's only 32 MiB for both Checked with h/w person and he confirmed that the BAR register space is correct. It is 256MB for one and 128MB for the other controller. > the register addresses/sizes look good Ok. Thanks Varada > I'm not super glad that we decided to move forward with not putting PARF first, > as the other registers are in the BAR region, but bindings are bindings and > bindings are ABI.. > > Konrad
On 4/15/25 11:50 AM, Varadarajan Narayanan wrote: > On Fri, Apr 11, 2025 at 01:22:39PM +0200, Konrad Dybcio wrote: >> On 3/17/25 11:00 AM, Varadarajan Narayanan wrote: >>> From: Praveenkumar I <quic_ipkumar@quicinc.com> >>> >>> Add phy and controller nodes for pcie0_x1 and pcie1_x2. >>> >>> Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com> >>> Signed-off-by: Varadarajan Narayanan <quic_varada@quicinc.com> >>> --- >> >> [...] >> >> I think you're reaching out of the BAR register space by an order of magnitude, >> on both hosts >> >> IIUC it's only 32 MiB for both > > Checked with h/w person and he confirmed that the BAR register space is correct. > It is 256MB for one and 128MB for the other controller. Thanks Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Konrad
On Mon, 17 Mar 2025 15:30:25 +0530, Varadarajan Narayanan wrote: > Patch series adds support for enabling the PCIe controller and > UNIPHY found on Qualcomm IPQ5332 platform. PCIe0 is Gen3 X1 and > PCIe1 is Gen3 X2 are added. > > This series combines [1] and [2]. [1] introduces IPQ5018 PCIe > support and [2] depends on [1] to introduce IPQ5332 PCIe support. > Since the community was interested in [2] (please see [3]), tried > to revive IPQ5332's PCIe support with v2 of this patch series. > > [...] Applied, thanks! [2/4] arm64: dts: qcom: ipq9574: Add MHI to pcie nodes commit: c249a0b6a4229141ccc1a3c0e2bf9f3b2750b592 [3/4] arm64: dts: qcom: ipq5332: Add PCIe related nodes commit: 9ef45543627021143dc1044a041d4117c882e926 [4/4] arm64: dts: qcom: ipq5332-rdp441: Enable PCIe phys and controllers commit: 1838d9297f9345900f0417ac8a4ea78a51449f19 Best regards,