mbox series

[v5,0/5] Add PCIe EP support for SDX65

Message ID 1680243502-23744-1-git-send-email-quic_rohiagar@quicinc.com
Headers show
Series Add PCIe EP support for SDX65 | expand

Message

Rohit Agarwal March 31, 2023, 6:18 a.m. UTC
Hi,

Changes in v5:
 - Addressed some minor comments from Konrad
 - Rebased on top of 6.3-rc5.

Changes in v4:
 - Addressed comment from Dmitry to move the gpios to the board file.

Changes in v3:
 - Removing the applied patch.
 - Addressing some of the compile time issues missed in v2.

Changes in v2:
 - Addressing comments from Konrad and Dmitry.
 - Rebased on top of 6.3-rc1.

This series adds the devicetree support for PCIe PHY and PCIe EP on SDX65.
The PCIe EP is enabled on SDX65 MTP board.

Thanks,
Rohit.

Rohit Agarwal (5):
  dt-bindings: PCI: qcom: Add SDX65 SoC
  ARM: dts: qcom: sdx65: Add support for PCIe PHY
  ARM: dts: qcom: sdx65: Add support for PCIe EP
  ARM: dts: qcom: sdx65-mtp: Enable PCIe PHY
  ARM: dts: qcom: sdx65-mtp: Enable PCIe EP

 .../devicetree/bindings/pci/qcom,pcie-ep.yaml      |  2 +
 arch/arm/boot/dts/qcom-sdx65-mtp.dts               | 51 ++++++++++++-
 arch/arm/boot/dts/qcom-sdx65.dtsi                  | 87 ++++++++++++++++++++++
 3 files changed, 137 insertions(+), 3 deletions(-)

Comments

Lorenzo Pieralisi April 21, 2023, 10:04 a.m. UTC | #1
On Fri, 31 Mar 2023 11:48:17 +0530, Rohit Agarwal wrote:
> Changes in v5:
>  - Addressed some minor comments from Konrad
>  - Rebased on top of 6.3-rc5.
> 
> Changes in v4:
>  - Addressed comment from Dmitry to move the gpios to the board file.
> 
> [...]

Applied to controller/dt, thanks!

[1/5] dt-bindings: PCI: qcom: Add SDX65 SoC
      https://git.kernel.org/pci/pci/c/661a7e9aa551

Thanks,
Lorenzo