From: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
To: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
cros-qcom-dts-watchers@chromium.org
Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 4/5] arm64: dts: qcom: move data-lanes to the DP-out endpoint
Date: Thu, 24 Jul 2025 15:23:42 +0300 [thread overview]
Message-ID: <20250724-move-edp-endpoints-v1-4-6ca569812838@oss.qualcomm.com> (raw)
In-Reply-To: <20250724-move-edp-endpoints-v1-0-6ca569812838@oss.qualcomm.com>
Support for the data-lanes declaration in the DP node is deprecated.
Move them to the corresponding endpoint as recommended by the current DP
bindings.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/sa8295p-adp.dts | 18 ++++++------------
arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts | 3 +--
arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts | 3 +--
arch/arm64/boot/dts/qcom/sc8180x-primus.dts | 3 +--
4 files changed, 9 insertions(+), 18 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sa8295p-adp.dts b/arch/arm64/boot/dts/qcom/sa8295p-adp.dts
index d5015ec4b23d00b5a51c81c99ea46f7c57c3fd13..64e59299672cbf316b4eddb978e4583ff34c0299 100644
--- a/arch/arm64/boot/dts/qcom/sa8295p-adp.dts
+++ b/arch/arm64/boot/dts/qcom/sa8295p-adp.dts
@@ -361,12 +361,11 @@ &mdss0 {
};
&mdss0_dp2 {
- data-lanes = <0 1 2 3>;
-
status = "okay";
};
&mdss0_dp2_out {
+ data-lanes = <0 1 2 3>;
remote-endpoint = <&edp0_connector_in>;
};
@@ -378,12 +377,11 @@ &mdss0_dp2_phy {
};
&mdss0_dp3 {
- data-lanes = <0 1 2 3>;
-
status = "okay";
};
&mdss0_dp3_out {
+ data-lanes = <0 1 2 3>;
remote-endpoint = <&edp1_connector_in>;
};
@@ -399,12 +397,11 @@ &mdss1 {
};
&mdss1_dp0 {
- data-lanes = <0 1 2 3>;
-
status = "okay";
};
&mdss1_dp0_out {
+ data-lanes = <0 1 2 3>;
remote-endpoint = <&dp2_connector_in>;
};
@@ -416,12 +413,11 @@ &mdss1_dp0_phy {
};
&mdss1_dp1 {
- data-lanes = <0 1 2 3>;
-
status = "okay";
};
&mdss1_dp1_out {
+ data-lanes = <0 1 2 3>;
remote-endpoint = <&dp3_connector_in>;
};
@@ -433,12 +429,11 @@ &mdss1_dp1_phy {
};
&mdss1_dp2 {
- data-lanes = <0 1 2 3>;
-
status = "okay";
};
&mdss1_dp2_out {
+ data-lanes = <0 1 2 3>;
remote-endpoint = <&edp2_connector_in>;
};
@@ -450,12 +445,11 @@ &mdss1_dp2_phy {
};
&mdss1_dp3 {
- data-lanes = <0 1 2 3>;
-
status = "okay";
};
&mdss1_dp3_out {
+ data-lanes = <0 1 2 3>;
remote-endpoint = <&edp3_connector_in>;
};
diff --git a/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts b/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts
index 672ac4c3afa34011eba6a309148978a777e2fbfa..a70396f250f0cc7509128bd49b3c69e0e78cffc4 100644
--- a/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts
+++ b/arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts
@@ -438,8 +438,6 @@ &mdss {
};
&mdss_dp {
- data-lanes = <0 1>;
-
vdda-1p2-supply = <&vreg_l3c_1p2>;
vdda-0p9-supply = <&vreg_l4a_0p8>;
@@ -447,6 +445,7 @@ &mdss_dp {
};
&mdss_dp_out {
+ data-lanes = <0 1>;
remote-endpoint = <&ec_dp_in>;
};
diff --git a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
index 93dfb82c36da29cf271a2c0e4e5077f9cc7ac299..08d0784d0cbb899b021198bd85e26f1a93861713 100644
--- a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
+++ b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
@@ -436,8 +436,6 @@ &mdss_dp1_out {
};
&mdss_edp {
- data-lanes = <0 1 2 3>;
-
pinctrl-0 = <&edp_hpd_active>;
pinctrl-names = "default";
@@ -460,6 +458,7 @@ auo_b140han06_in: endpoint {
};
&mdss_edp_out {
+ data-lanes = <0 1 2 3>;
remote-endpoint = <&auo_b140han06_in>;
};
diff --git a/arch/arm64/boot/dts/qcom/sc8180x-primus.dts b/arch/arm64/boot/dts/qcom/sc8180x-primus.dts
index 6808226b04e4e6cab77af1a29376ce06d5dfd14e..93de9fe918ebdadf239832db647b84ac9d5a33f6 100644
--- a/arch/arm64/boot/dts/qcom/sc8180x-primus.dts
+++ b/arch/arm64/boot/dts/qcom/sc8180x-primus.dts
@@ -531,8 +531,6 @@ &mdss_dp1_out {
};
&mdss_edp {
- data-lanes = <0 1 2 3>;
-
pinctrl-names = "default";
pinctrl-0 = <&edp_hpd_active>;
@@ -554,6 +552,7 @@ auo_b133han05_in: endpoint {
};
&mdss_edp_out {
+ data-lanes = <0 1 2 3>;
remote-endpoint = <&auo_b133han05_in>;
};
--
2.39.5
next prev parent reply other threads:[~2025-07-24 12:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-24 12:23 [PATCH 0/5] arm64: dts: qcom: add empty eDP endpoints to the SoC DTSI files Dmitry Baryshkov
2025-07-24 12:23 ` [PATCH 1/5] arm64: dts: qcom: sc8180x: add empty mdss_edp_out endpoint Dmitry Baryshkov
2025-07-24 12:25 ` Konrad Dybcio
2025-07-24 12:23 ` [PATCH 2/5] arm64: dts: qcom: sc8280xp: add empty mdss*_dp*_out endpoints Dmitry Baryshkov
2025-07-24 12:27 ` Konrad Dybcio
2025-07-24 12:23 ` [PATCH 3/5] arm64: dts: qcom: x1e80100: add empty mdss_dp3_out endpoint Dmitry Baryshkov
2025-07-24 12:28 ` Konrad Dybcio
2025-07-24 12:23 ` Dmitry Baryshkov [this message]
2025-07-24 12:28 ` [PATCH 4/5] arm64: dts: qcom: move data-lanes to the DP-out endpoint Konrad Dybcio
2025-07-24 12:23 ` [PATCH 5/5] arm64: dts: qcom: sc7180-acer-aspire1: drop deprecated DP supplies Dmitry Baryshkov
2025-07-24 12:30 ` Konrad Dybcio
2025-08-12 4:03 ` [PATCH 0/5] arm64: dts: qcom: add empty eDP endpoints to the SoC DTSI files Bjorn Andersson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250724-move-edp-endpoints-v1-4-6ca569812838@oss.qualcomm.com \
--to=dmitry.baryshkov@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=cros-qcom-dts-watchers@chromium.org \
--cc=devicetree@vger.kernel.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).