From: Stephan Gerhold <stephan.gerhold@linaro.org>
To: Neil Armstrong <neil.armstrong@linaro.org>
Cc: 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>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/14] arm64: dts: qcom: Set up 4-lane DP for sm8[56]50 & x1e boards
Date: Thu, 21 Aug 2025 15:47:28 +0200 [thread overview]
Message-ID: <aKcjcB9yABjEv1KR@linaro.org> (raw)
In-Reply-To: <20250821-topic-x1e80100-4lanes-v1-0-0b1a0d093cd5@linaro.org>
On Thu, Aug 21, 2025 at 03:37:19PM +0200, Neil Armstrong wrote:
> Now the 4lanes support in the QMP Combo PHY has been merged in [1],
> add the required plumbing in DT.
>
> [1] https://lore.kernel.org/all/20250807-topic-4ln_dp_respin-v4-0-43272d6eca92@oss.qualcomm.com/
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
> Neil Armstrong (14):
> arm64: dts: qcom: sm8550: allow mode-switch events to reach the QMP Combo PHY
> arm64: dts: qcom: sm8650: allow mode-switch events to reach the QMP Combo PHY
> arm64: dts: qcom: x1e80100: allow mode-switch events to reach the QMP Combo PHYs
> arm64: dts: qcom: sm8550-hdk: Set up 4-lane DP
> arm64: dts: qcom: sm8550-qrd: Set up 4-lane DP
> arm64: dts: qcom: sm8650-hdk: Set up 4-lane DP
> arm64: dts: qcom: sm8650-qrd: Set up 4-lane DP
> arm64: dts: qcom: x1e001de-devkit: Set up 4-lane DP
> arm64: dts: qcom: x1e78100-lenovo-thinkpad-t14s: Set up 4-lane DP
> arm64: dts: qcom: x1e80100-dell-xps13-9345: Set up 4-lane DP
> arm64: dts: qcom: x1e80100-hp-omnibook-x14: Set up 4-lane DP
> arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: Set up 4-lane DP
> arm64: dts: qcom: x1e80100-microsoft-romulus: Set up 4-lane DP
> arm64: dts: qcom: x1e80100-qcp: Set up 4-lane DP
>
> arch/arm64/boot/dts/qcom/sm8550-hdk.dts | 2 +-
> arch/arm64/boot/dts/qcom/sm8550-qrd.dts | 2 +-
> arch/arm64/boot/dts/qcom/sm8550.dtsi | 1 +
> arch/arm64/boot/dts/qcom/sm8650-hdk.dts | 2 +-
> arch/arm64/boot/dts/qcom/sm8650-qrd.dts | 2 +-
> arch/arm64/boot/dts/qcom/sm8650.dtsi | 1 +
> arch/arm64/boot/dts/qcom/x1e001de-devkit.dts | 6 +++---
> arch/arm64/boot/dts/qcom/x1e78100-lenovo-thinkpad-t14s.dtsi | 4 ++--
> arch/arm64/boot/dts/qcom/x1e80100-dell-xps13-9345.dts | 4 ++--
> arch/arm64/boot/dts/qcom/x1e80100-hp-omnibook-x14.dts | 4 ++--
> arch/arm64/boot/dts/qcom/x1e80100-lenovo-yoga-slim7x.dts | 6 +++---
> arch/arm64/boot/dts/qcom/x1e80100-microsoft-romulus.dtsi | 4 ++--
> arch/arm64/boot/dts/qcom/x1e80100-qcp.dts | 6 +++---
> arch/arm64/boot/dts/qcom/x1e80100.dtsi | 3 +++
> 14 files changed, 26 insertions(+), 21 deletions(-)
Nitpick: Could you send a patch for x1-crd.dtsi and
x1-asus-zenbook-a14.dtsi as well? :')
Thanks,
Stephan
next prev parent reply other threads:[~2025-08-21 13:47 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-21 13:37 [PATCH 00/14] arm64: dts: qcom: Set up 4-lane DP for sm8[56]50 & x1e boards Neil Armstrong
2025-08-21 13:37 ` [PATCH 01/14] arm64: dts: qcom: sm8550: allow mode-switch events to reach the QMP Combo PHY Neil Armstrong
2025-08-21 13:37 ` [PATCH 02/14] arm64: dts: qcom: sm8650: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 03/14] arm64: dts: qcom: x1e80100: allow mode-switch events to reach the QMP Combo PHYs Neil Armstrong
2025-08-21 13:37 ` [PATCH 04/14] arm64: dts: qcom: sm8550-hdk: Set up 4-lane DP Neil Armstrong
2025-08-21 13:37 ` [PATCH 05/14] arm64: dts: qcom: sm8550-qrd: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 06/14] arm64: dts: qcom: sm8650-hdk: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 07/14] arm64: dts: qcom: sm8650-qrd: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 08/14] arm64: dts: qcom: x1e001de-devkit: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 09/14] arm64: dts: qcom: x1e78100-lenovo-thinkpad-t14s: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 10/14] arm64: dts: qcom: x1e80100-dell-xps13-9345: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 11/14] arm64: dts: qcom: x1e80100-hp-omnibook-x14: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 12/14] arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 13/14] arm64: dts: qcom: x1e80100-microsoft-romulus: " Neil Armstrong
2025-08-21 13:37 ` [PATCH 14/14] arm64: dts: qcom: x1e80100-qcp: " Neil Armstrong
2025-08-21 13:47 ` Stephan Gerhold [this message]
2025-08-21 13:54 ` [PATCH 00/14] arm64: dts: qcom: Set up 4-lane DP for sm8[56]50 & x1e boards Neil Armstrong
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=aKcjcB9yABjEv1KR@linaro.org \
--to=stephan.gerhold@linaro.org \
--cc=andersson@kernel.org \
--cc=conor+dt@kernel.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=neil.armstrong@linaro.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).