devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Abel Vesa <abel.vesa@linaro.org>
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>,
	Sibi Sankar <quic_sibis@quicinc.com>,
	 Rajendra Nayak <quic_rjendra@quicinc.com>,
	Xilin Wu <wuxilin123@gmail.com>,
	 Jens Glathe <jens.glathe@oldschoolsolutions.biz>,
	 Srinivas Kandagatla <srini@kernel.org>
Cc: Johan Hovold <johan+linaro@kernel.org>,
	linux-arm-msm@vger.kernel.org,  devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	 Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
	 Konrad Dybcio <quic_kdybcio@quicinc.com>,
	Abel Vesa <abel.vesa@linaro.org>
Subject: [PATCH 5/7] arm64: dts: qcom: x1e80100-hp-x14: Drop useless DP3 compatible override
Date: Tue, 29 Apr 2025 10:42:33 +0300	[thread overview]
Message-ID: <20250429-x1e80100-dts-drop-useless-dp-compatible-override-v1-5-058847814d70@linaro.org> (raw)
In-Reply-To: <20250429-x1e80100-dts-drop-useless-dp-compatible-override-v1-0-058847814d70@linaro.org>

Back when display support was added initially to CRD, and we used to have
two separate compatibles for eDP and DP, it was supposed to override the
DP compatible with the eDP one in the board specific devicetree. Since
then, the DP driver has been reworked to figure out the eDP/DP at runtime
while only DP compatible remained in the end.

This override was copied over from CRD which was the first X Elite
platform upstream to have display support.

Even though the override does nothing basically, drop it to avoid
further confusion.

Fixes: 6f18b8d4142c ("arm64: dts: qcom: x1e80100-hp-x14: dt for HP Omnibook X Laptop 14")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
---
 arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts b/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts
index 1a187dc3684a967b42817e44ff0df10202fe3362..f81e5a479f8d14e7b9c94ab08b5a4f0d9487bfca 100644
--- a/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts
+++ b/arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts
@@ -1154,7 +1154,6 @@ &mdss_dp1_out {
 };
 
 &mdss_dp3 {
-	compatible = "qcom,x1e80100-dp";
 	/delete-property/ #sound-dai-cells;
 
 	status = "okay";

-- 
2.34.1


  parent reply	other threads:[~2025-04-29  7:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-29  7:42 [PATCH 0/7] arm64: dts: qcom: x1e80100-*: Drop useless DP3 compatible override Abel Vesa
2025-04-29  7:42 ` [PATCH 1/7] arm64: dts: qcom: x1e-crd: " Abel Vesa
2025-04-29  7:42 ` [PATCH 2/7] arm64: dts: acom: x1e80100-qcp: " Abel Vesa
2025-04-29  7:42 ` [PATCH 3/7] arm64: dts: qcom: x1e80100-t14s: " Abel Vesa
2025-04-29  7:42 ` [PATCH 4/7] arm64: dts: qcom: x1e80100-s15: " Abel Vesa
2025-04-29  7:42 ` Abel Vesa [this message]
2025-04-29  7:42 ` [PATCH 6/7] arm64: dts: qcom: x1e80100: " Abel Vesa
2025-04-29  7:42 ` [PATCH 7/7] arm64: dts: qcom: x1e80100-romulus: " Abel Vesa
2025-04-29  8:57 ` [PATCH 0/7] arm64: dts: qcom: x1e80100-*: " Johan Hovold
2025-04-29  9:05   ` Abel Vesa
2025-04-29  9:13     ` Johan Hovold
2025-04-29  9:20       ` Abel Vesa
2025-04-29 12:11 ` Dmitry Baryshkov
2025-04-29 23:26 ` Sebastian Reichel
2025-04-30  7:37   ` Jens Glathe
2025-04-30  9:39   ` Abel Vesa
2025-04-30 10:35     ` Konrad Dybcio
2025-05-03  5:46     ` Dmitry Baryshkov

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=20250429-x1e80100-dts-drop-useless-dp-compatible-override-v1-5-058847814d70@linaro.org \
    --to=abel.vesa@linaro.org \
    --cc=andersson@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jens.glathe@oldschoolsolutions.biz \
    --cc=johan+linaro@kernel.org \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=konradybcio@kernel.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_kdybcio@quicinc.com \
    --cc=quic_rjendra@quicinc.com \
    --cc=quic_sibis@quicinc.com \
    --cc=robh@kernel.org \
    --cc=srini@kernel.org \
    --cc=wuxilin123@gmail.com \
    /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).