devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/16] arm64: dts: qcom: Set up 4-lane DP for sm8[56]50 & x1e boards
@ 2025-08-22  9:39 Neil Armstrong
  2025-08-22  9:39 ` [PATCH v2 01/16] arm64: dts: qcom: sm8550: allow mode-switch events to reach the QMP Combo PHY Neil Armstrong
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Neil Armstrong @ 2025-08-22  9:39 UTC (permalink / raw)
  To: Bjorn Andersson, Konrad Dybcio, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: linux-arm-msm, devicetree, linux-kernel, Neil Armstrong

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>
---
Changes in v2:
- Add missing x1-asus-zenbook-a14 & x1-crd
- Link to v1: https://lore.kernel.org/r/20250821-topic-x1e80100-4lanes-v1-0-0b1a0d093cd5@linaro.org

---
Neil Armstrong (16):
      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
      arm64: dts: qcom: x1-crd: Set up 4-lane DP
      arm64: dts: qcom: x1-asus-zenbook-a14: 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/x1-asus-zenbook-a14.dtsi           | 4 ++--
 arch/arm64/boot/dts/qcom/x1-crd.dtsi                        | 6 +++---
 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 +++
 16 files changed, 31 insertions(+), 26 deletions(-)
---
base-commit: 7fa4d8dc380fbd81a9d702a855c50690c9c6442c
change-id: 20250821-topic-x1e80100-4lanes-a8dd7f1cd569

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-08-22 10:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22  9:39 [PATCH v2 00/16] arm64: dts: qcom: Set up 4-lane DP for sm8[56]50 & x1e boards Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 01/16] arm64: dts: qcom: sm8550: allow mode-switch events to reach the QMP Combo PHY Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 02/16] arm64: dts: qcom: sm8650: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 03/16] arm64: dts: qcom: x1e80100: allow mode-switch events to reach the QMP Combo PHYs Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 04/16] arm64: dts: qcom: sm8550-hdk: Set up 4-lane DP Neil Armstrong
2025-08-22 10:17   ` Dmitry Baryshkov
2025-08-22  9:39 ` [PATCH v2 05/16] arm64: dts: qcom: sm8550-qrd: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 06/16] arm64: dts: qcom: sm8650-hdk: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 07/16] arm64: dts: qcom: sm8650-qrd: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 08/16] arm64: dts: qcom: x1e001de-devkit: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 09/16] arm64: dts: qcom: x1e78100-lenovo-thinkpad-t14s: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 10/16] arm64: dts: qcom: x1e80100-dell-xps13-9345: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 11/16] arm64: dts: qcom: x1e80100-hp-omnibook-x14: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 12/16] arm64: dts: qcom: x1e80100-lenovo-yoga-slim7x: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 13/16] arm64: dts: qcom: x1e80100-microsoft-romulus: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 14/16] arm64: dts: qcom: x1e80100-qcp: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 15/16] arm64: dts: qcom: x1-crd: " Neil Armstrong
2025-08-22  9:39 ` [PATCH v2 16/16] arm64: dts: qcom: x1-asus-zenbook-a14: " Neil Armstrong

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).