[PATCH 0/5] Switch PCIe node to new style of bindings for Qualcomm IPQ SoCs

Kathiravan Thirumoorthy posted 5 patches 1 week, 4 days ago
arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts     |  8 ++-
arch/arm64/boot/dts/qcom/ipq5018.dtsi              | 12 ++--
arch/arm64/boot/dts/qcom/ipq6018.dtsi              |  5 +-
arch/arm64/boot/dts/qcom/ipq8074-hk01.dts          | 10 ++-
arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi         | 10 ++-
arch/arm64/boot/dts/qcom/ipq8074.dtsi              | 14 ++--
.../arm64/boot/dts/qcom/ipq9574-rdp433-common.dtsi | 33 +++++----
arch/arm64/boot/dts/qcom/ipq9574-rdp454.dts        | 80 ++++++++++++++++++++++
arch/arm64/boot/dts/qcom/ipq9574.dtsi              | 56 ++++++++++++---
9 files changed, 183 insertions(+), 45 deletions(-)
[PATCH 0/5] Switch PCIe node to new style of bindings for Qualcomm IPQ SoCs
Posted by Kathiravan Thirumoorthy 1 week, 4 days ago
To align with the new style of bindings, move the phys and PERST# to the
root port node. IPQ9574 is the only SoC which did not have a root port
node yet; the other three SoCs (IPQ8074, IPQ6018, IPQ5018) already had
the port sub-node but still kept phys and PERST# on the host bridge.

In addition to this, enable the PCIe support on IPQ9574's RDP454 to
enable the Wi-Fi support.

Signed-off-by: Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>
---
Kathiravan Thirumoorthy (5):
      arm64: dts: qcom: ipq8074: move PCIe phys and PERST# to port node
      arm64: dts: qcom: ipq6018: move PCIe phys to port node
      arm64: dts: qcom: ipq5018: move PCIe phys and PERST# to port node
      arm64: dts: qcom: ipq9574: Add PCIe bridge node
      arm64: dts: qcom: ipq9574: enable the PCIe support on RDP454

 arch/arm64/boot/dts/qcom/ipq5018-rdp432-c2.dts     |  8 ++-
 arch/arm64/boot/dts/qcom/ipq5018.dtsi              | 12 ++--
 arch/arm64/boot/dts/qcom/ipq6018.dtsi              |  5 +-
 arch/arm64/boot/dts/qcom/ipq8074-hk01.dts          | 10 ++-
 arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi         | 10 ++-
 arch/arm64/boot/dts/qcom/ipq8074.dtsi              | 14 ++--
 .../arm64/boot/dts/qcom/ipq9574-rdp433-common.dtsi | 33 +++++----
 arch/arm64/boot/dts/qcom/ipq9574-rdp454.dts        | 80 ++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/ipq9574.dtsi              | 56 ++++++++++++---
 9 files changed, 183 insertions(+), 45 deletions(-)
---
base-commit: 49362394dad7df66c274c867a271394c10ca2bb8
change-id: 20260622-pcie_move_to_new_binding-750af0620f37

Best regards,
--  
Kathiravan Thirumoorthy <kathiravan.thirumoorthy@oss.qualcomm.com>