2023-07-21 17:45:15

by Mrinmay Sarkar

[permalink] [raw]
Subject: [PATCH v3 0/4] arm64: qcom: sa8775p: add support for PCIe

Update the relavent DT bindings for PCIe, add new config to the phy
driver add pcie and phy nodes to the .dtsi file and enable then in
board .dts file for the sa8775p-ride platform.

v2 -> v3:
- to align with dt-bindings rectified pcie default state
- dropped PCIe PHY dt-bindings and PHY driver in this series as its
already applied [1]
- To verify DTS against bindings for this series we required [2]

[1] https://lore.kernel.org/all/[email protected]/
[2] https://lore.kernel.org/all/[email protected]/

v1 -> v2:
- correct indentationand sort compatible in qcom,pcie binding
- correct clock name entry and sort compatible in pcie-phy binding
- sort compatible and change commit message in qcom pcie driver
- change offset name and sort compatible in qmp pcie phy driver
- correct ranges property, added MSI, dma-coherent, cpu-pcie property
removed iommus property moved pinctrl and gpio property to board dts
and correct the allignment in pcie dtsi nodes
- added pinctrl and gpio property in board dts

Mrinmay Sarkar (4):
dt-bindings: PCI: qcom: Add sa8775p compatible
PCI: qcom: Add support for sa8775p SoC
arm64: dts: qcom: sa8775p: Add pcie0 and pcie1 nodes
arm64: dts: qcom: sa8775p-ride: enable pcie nodes

.../devicetree/bindings/pci/qcom,pcie.yaml | 28 +++
arch/arm64/boot/dts/qcom/sa8775p-ride.dts | 80 ++++++++
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 204 ++++++++++++++++++++-
drivers/pci/controller/dwc/pcie-qcom.c | 1 +
4 files changed, 311 insertions(+), 2 deletions(-)

--
2.7.4



2023-07-22 05:36:40

by Bjorn Andersson

[permalink] [raw]
Subject: Re: (subset) [PATCH v3 0/4] arm64: qcom: sa8775p: add support for PCIe


On Fri, 21 Jul 2023 22:54:31 +0530, Mrinmay Sarkar wrote:
> Update the relavent DT bindings for PCIe, add new config to the phy
> driver add pcie and phy nodes to the .dtsi file and enable then in
> board .dts file for the sa8775p-ride platform.
>
> v2 -> v3:
> - to align with dt-bindings rectified pcie default state
> - dropped PCIe PHY dt-bindings and PHY driver in this series as its
> already applied [1]
> - To verify DTS against bindings for this series we required [2]
>
> [...]

Applied, thanks!

[3/4] arm64: dts: qcom: sa8775p: Add pcie0 and pcie1 nodes
commit: 489f14be0e0a19225ef8575e4a04b0f9ee77ab3e
[4/4] arm64: dts: qcom: sa8775p-ride: enable pcie nodes
commit: bf3ee3db23ed2e72ee61141ade9a3964b509a8d4

Best regards,
--
Bjorn Andersson <[email protected]>