This patchset adds PCIe controllers and PHYs support to SM8550 platform and enables them on the MTP board. The v1 was here: https://lore.kernel.org/all/20221116130430.2812173-1-abel.vesa@xxxxxxxxxx/ Changes since v1: * ordered pcie related nodes alphabetically in MTP dts * dropped the pipe_mux, phy_pipe and ref clocks from the pcie nodes * dropped the child node from the phy nodes, like Johan suggested, and updated to use the sc8280xp binding scheme * changed "pcie_1_nocsr_com_phy_reset" 2nd reset name of pcie1_phy to "nocsr" * reordered all pcie nodes properties to look similar to the ones from sc8280xp Abel Vesa (2): arm64: dts: qcom: sm8550: Add PCIe PHYs and controllers nodes arm64: dts: qcom: sm8550-mtp: Add PCIe PHYs and controllers nodes arch/arm64/boot/dts/qcom/sm8550-mtp.dts | 29 ++++ arch/arm64/boot/dts/qcom/sm8550.dtsi | 213 +++++++++++++++++++++++- 2 files changed, 239 insertions(+), 3 deletions(-) -- 2.34.1