mbox series

[0/6] Add PCIe EP and IPA support for SDX55

Message ID 20211126070520.28979-1-manivannan.sadhasivam@linaro.org
Headers show
Series Add PCIe EP and IPA support for SDX55 | expand

Message

Manivannan Sadhasivam Nov. 26, 2021, 7:05 a.m. UTC
Hi Bjorn,

This series adds the devicetree support for PCIe PHY, PCIe EP and IPA on SDX55.
The PCIe EP is enabled only on FN980 as there is no endpoint support on T55.

For IPA, the support is enabled on both FN980 and T55 boards. With this, IPA
seems to be functional as the modem ready interrupt has been received. But there
is an issue with some QMI command failing with the mode, so can't do the
data call atm.

Thanks,
Mani

Manivannan Sadhasivam (6):
  ARM: dts: qcom: sdx55: Add support for PCIe PHY
  ARM: dts: qcom: sdx55-fn980: Enable PCIE0 PHY
  ARM: dts: qcom: sdx55: Add support for PCIe EP
  ARM: dts: qcom: sdx55-fn980: Enable PCIe EP
  ARM: dts: qcom: sdx55-fn980: Enable IPA
  ARM: dts: qcom: sdx55-t55: Enable IPA

 arch/arm/boot/dts/qcom-sdx55-t55.dts          |  6 ++
 .../boot/dts/qcom-sdx55-telit-fn980-tlb.dts   | 59 ++++++++++++++
 arch/arm/boot/dts/qcom-sdx55.dtsi             | 80 +++++++++++++++++++
 3 files changed, 145 insertions(+)