mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-13 13:14:51 +08:00
arm64: dts: qcom-mode-switch: allow 4 lanes for DisplayPort and enable QMP PHY mode-switch
Allow up to 4 lanes for the DisplayPort link from the PHYs to the Controllers and allow mode-switch events to the QMP Combo PHYs. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
464e8feb2a
commit
b366099556
@ -556,7 +556,7 @@
|
||||
};
|
||||
|
||||
&mdss0_dp0_out {
|
||||
data-lanes = <0 1>;
|
||||
data-lanes = <0 1 2 3>;
|
||||
remote-endpoint = <&usb_0_qmpphy_dp_in>;
|
||||
};
|
||||
|
||||
@ -565,7 +565,7 @@
|
||||
};
|
||||
|
||||
&mdss0_dp1_out {
|
||||
data-lanes = <0 1>;
|
||||
data-lanes = <0 1 2 3>;
|
||||
remote-endpoint = <&usb_1_qmpphy_dp_in>;
|
||||
};
|
||||
|
||||
@ -1114,6 +1114,7 @@
|
||||
vdda-phy-supply = <&vreg_l9d>;
|
||||
vdda-pll-supply = <&vreg_l4d>;
|
||||
|
||||
mode-switch;
|
||||
orientation-switch;
|
||||
|
||||
status = "okay";
|
||||
@ -1151,6 +1152,7 @@
|
||||
vdda-phy-supply = <&vreg_l4b>;
|
||||
vdda-pll-supply = <&vreg_l3b>;
|
||||
|
||||
mode-switch;
|
||||
orientation-switch;
|
||||
|
||||
status = "okay";
|
||||
|
Loading…
Reference in New Issue
Block a user