[PATCH 0/5] arm64: dts: qcom: add empty eDP endpoints to the SoC DTSI files

Dmitry Baryshkov posted 5 patches 2 months, 1 week ago
arch/arm64/boot/dts/qcom/sa8295p-adp.dts           | 96 +++++++---------------
arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts   |  6 +-
.../arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 14 +---
arch/arm64/boot/dts/qcom/sc8180x-primus.dts        | 14 +---
arch/arm64/boot/dts/qcom/sc8180x.dtsi              |  7 ++
arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          | 11 +--
.../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     | 11 +--
.../boot/dts/qcom/sc8280xp-microsoft-blackrock.dts | 13 +--
arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 18 ++++
arch/arm64/boot/dts/qcom/x1-asus-zenbook-a14.dtsi  | 16 ++--
arch/arm64/boot/dts/qcom/x1-crd.dtsi               | 15 ++--
.../dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtsi    | 16 ++--
.../boot/dts/qcom/x1e80100-asus-vivobook-s15.dts   | 16 ++--
.../boot/dts/qcom/x1e80100-dell-xps13-9345.dts     | 16 ++--
.../boot/dts/qcom/x1e80100-hp-omnibook-x14.dts     | 16 ++--
.../boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts  | 16 ++--
.../boot/dts/qcom/x1e80100-microsoft-romulus.dtsi  | 16 ++--
arch/arm64/boot/dts/qcom/x1e80100-qcp.dts          | 15 ++--
arch/arm64/boot/dts/qcom/x1e80100.dtsi             |  3 +
19 files changed, 122 insertions(+), 213 deletions(-)
[PATCH 0/5] arm64: dts: qcom: add empty eDP endpoints to the SoC DTSI files
Posted by Dmitry Baryshkov 2 months, 1 week ago
Follow the example of other DP controllers and also eDP controller on
SC7280 and add missing mdss*_dp*_out endpoint declaration to the SoC
DTSI. This slightly reduces the boilerplate in the platform DT files and
also reduces the difference between DP and eDP controllers.

While we are at it, also clean up remaining data-lanes and supplies
leftovers.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
Dmitry Baryshkov (5):
      arm64: dts: qcom: sc8180x: add empty mdss_edp_out endpoint
      arm64: dts: qcom: sc8280xp: add empty mdss*_dp*_out endpoints
      arm64: dts: qcom: x1e80100: add empty mdss_dp3_out endpoint
      arm64: dts: qcom: move data-lanes to the DP-out endpoint
      arm64: dts: qcom: sc7180-acer-aspire1: drop deprecated DP supplies

 arch/arm64/boot/dts/qcom/sa8295p-adp.dts           | 96 +++++++---------------
 arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts   |  6 +-
 .../arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 14 +---
 arch/arm64/boot/dts/qcom/sc8180x-primus.dts        | 14 +---
 arch/arm64/boot/dts/qcom/sc8180x.dtsi              |  7 ++
 arch/arm64/boot/dts/qcom/sc8280xp-crd.dts          | 11 +--
 .../dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts     | 11 +--
 .../boot/dts/qcom/sc8280xp-microsoft-blackrock.dts | 13 +--
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi             | 18 ++++
 arch/arm64/boot/dts/qcom/x1-asus-zenbook-a14.dtsi  | 16 ++--
 arch/arm64/boot/dts/qcom/x1-crd.dtsi               | 15 ++--
 .../dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtsi    | 16 ++--
 .../boot/dts/qcom/x1e80100-asus-vivobook-s15.dts   | 16 ++--
 .../boot/dts/qcom/x1e80100-dell-xps13-9345.dts     | 16 ++--
 .../boot/dts/qcom/x1e80100-hp-omnibook-x14.dts     | 16 ++--
 .../boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts  | 16 ++--
 .../boot/dts/qcom/x1e80100-microsoft-romulus.dtsi  | 16 ++--
 arch/arm64/boot/dts/qcom/x1e80100-qcp.dts          | 15 ++--
 arch/arm64/boot/dts/qcom/x1e80100.dtsi             |  3 +
 19 files changed, 122 insertions(+), 213 deletions(-)
---
base-commit: a933d3dc1968fcfb0ab72879ec304b1971ed1b9a
change-id: 20250724-move-edp-endpoints-fadecdaadda1

Best regards,
-- 
With best wishes
Dmitry
Re: [PATCH 0/5] arm64: dts: qcom: add empty eDP endpoints to the SoC DTSI files
Posted by Bjorn Andersson 1 month, 3 weeks ago
On Thu, 24 Jul 2025 15:23:38 +0300, Dmitry Baryshkov wrote:
> Follow the example of other DP controllers and also eDP controller on
> SC7280 and add missing mdss*_dp*_out endpoint declaration to the SoC
> DTSI. This slightly reduces the boilerplate in the platform DT files and
> also reduces the difference between DP and eDP controllers.
> 
> While we are at it, also clean up remaining data-lanes and supplies
> leftovers.
> 
> [...]

Applied, thanks!

[1/5] arm64: dts: qcom: sc8180x: add empty mdss_edp_out endpoint
      commit: 45cca0f3c8208d210751ec91edf778a18336df88
[2/5] arm64: dts: qcom: sc8280xp: add empty mdss*_dp*_out endpoints
      commit: caaba55bb751133433c1b0806f5ce6b88359f0f7
[3/5] arm64: dts: qcom: x1e80100: add empty mdss_dp3_out endpoint
      commit: 91329efd132bf58aaecb33c07a4e566d9e95ff71
[4/5] arm64: dts: qcom: move data-lanes to the DP-out endpoint
      commit: c361adf09dfc77c62da4c0d548a8c8d50eb9c71d
[5/5] arm64: dts: qcom: sc7180-acer-aspire1: drop deprecated DP supplies
      commit: afde4d8ea536964b7b7fe83cc6736e28475b6135

Best regards,
-- 
Bjorn Andersson <andersson@kernel.org>