This series adds the MDSS, DPU and DPTX0 node on Qualcomm QCS8300 SoC. It also enables Display Port on Qualcomm QCS8300-ride platform. Signed-off-by: Yongxing Mou <quic_yongmou@xxxxxxxxxxx> --- This series depends on following series: https://lore.kernel.org/all/20250113-dpphy_qcs9300-v1-1-842798ceee78@xxxxxxxxxxx/ https://lore.kernel.org/all/20250113-mdssdt_qcs8300-v3-0-6c8e93459600@xxxxxxxxxxx/ --- Changes in v3:Fixed review comments from Konrad, Dmitry. - Correct the Power-domain for DP PHY should be RPMHPD_MX.[Dmitry][Konrad] - Correct the interconnects path for mdp and align the property order with x1e80100.dtsi.[Konrad] - Rebase the patch to latest code base and update the dependencies in the cover letter. - Link to v2: https://lore.kernel.org/r/20241226-dts_qcs8300-v2-0-ec8d4fb65cba@xxxxxxxxxxx Changes in v2:Fixed review comments from Konrad, Dmitry and Krzysztof. - Reuse eDP PHY and DPU of SA8775 Platform.[Dmitry][Krzysztof] - Reuse DisplayPort controller of SM8650.[Dmitry] - Correct the regs length, format issues and power-domains.[Konrad] - Integrate the dt changes of DPU and DP together. - Link to v1: https://lore.kernel.org/all/20241127-dp_dts_qcs8300-v1-0-e3d13dec4233@xxxxxxxxxxx/ ~ --- Yongxing Mou (2): arm64: dts: qcom: qcs8300: add display dt nodes for MDSS, DPU, DisplayPort and eDP PHY arm64: dts: qcom: qcs8300-ride: Enable Display Port arch/arm64/boot/dts/qcom/qcs8300-ride.dts | 42 ++++++ arch/arm64/boot/dts/qcom/qcs8300.dtsi | 205 +++++++++++++++++++++++++++++- 2 files changed, 246 insertions(+), 1 deletion(-) --- base-commit: 37136bf5c3a6f6b686d74f41837a6406bec6b7bc change-id: 20241225-dts_qcs8300-4d4299067306 prerequisite-message-id: <20250113-dpphy_qcs9300-v1-1-842798ceee78@xxxxxxxxxxx> prerequisite-patch-id: 2ea89bba3c9c6ba37250ebd947c1d4acedc78a5d prerequisite-message-id: <20250113-mdssdt_qcs8300-v3-0-6c8e93459600@xxxxxxxxxxx> prerequisite-patch-id: b798711c6a9bd9c4f0b692835865235e78cd2adb prerequisite-patch-id: 146c61567c42bf5268d1005f8e9b307ea2af93d9 prerequisite-patch-id: 3ce5246ad3470d7392df23a52b3c8b8bd1662db6 prerequisite-patch-id: e81de8a09467a49eaeb4af73a0e197e4156ce202 Best regards, -- Yongxing Mou <quic_yongmou@xxxxxxxxxxx>