Skip to content

Commit e6cd363

Browse files
superna9999yijiyang
authored andcommitted
BACKPORT: arm64: dts: qcom: sc8280xp-lenovo-thinkpad-x13: Set up 4-lane DP
Allow up to 4 lanes for the DisplayPort link from the PHYs to the controllers and allow mode-switch events to reach the QMP Combo PHYs. Signed-off-by: Neil Armstrong <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> [konrad: reword] Signed-off-by: Konrad Dybcio <[email protected]> Tested-by: Neil Armstrong <[email protected]> # on Lenovo Thinkpad T14S Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Yijie Yang <[email protected]>
1 parent cc7588e commit e6cd363

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

arch/arm64/boot/dts/qcom/sc8280xp-lenovo-thinkpad-x13s.dts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@
726726
};
727727

728728
&mdss0_dp0_out {
729-
data-lanes = <0 1>;
729+
data-lanes = <0 1 2 3>;
730730
remote-endpoint = <&usb_0_qmpphy_dp_in>;
731731
};
732732

@@ -735,7 +735,7 @@
735735
};
736736

737737
&mdss0_dp1_out {
738-
data-lanes = <0 1>;
738+
data-lanes = <0 1 2 3>;
739739
remote-endpoint = <&usb_1_qmpphy_dp_in>;
740740
};
741741

@@ -1366,6 +1366,7 @@
13661366
vdda-phy-supply = <&vreg_l9d>;
13671367
vdda-pll-supply = <&vreg_l4d>;
13681368

1369+
mode-switch;
13691370
orientation-switch;
13701371

13711372
status = "okay";
@@ -1403,6 +1404,7 @@
14031404
vdda-phy-supply = <&vreg_l4b>;
14041405
vdda-pll-supply = <&vreg_l3b>;
14051406

1407+
mode-switch;
14061408
orientation-switch;
14071409

14081410
status = "okay";

0 commit comments

Comments
 (0)