arm64: dts: qcom: sm8650-mtp: connect USB-C SS port to QMP PHY
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 29 Apr 2024 12:43:47 +0000 (15:43 +0300)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 May 2024 00:02:48 +0000 (19:02 -0500)
The lanes from the USB-C SS port are connected to the combo USB+DP QMP
PHY rather than the SS port of the USB controller. Move the connection
endpoint to the QMP PHY out port.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240429-usb-link-dtsi-v1-10-87c341b55cdf@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650-mtp.dts

index d04ceaa73c2b1920260208cba48b3fc086cbaf10..819f6eadba07453f962977a67331cf17c6b95741 100644 (file)
@@ -59,7 +59,7 @@
                                        reg = <1>;
 
                                        pmic_glink_ss_in: endpoint {
-                                               remote-endpoint = <&usb_1_dwc3_ss>;
+                                               remote-endpoint = <&usb_dp_qmpphy_out>;
                                        };
                                };
                        };
        remote-endpoint = <&pmic_glink_hs_in>;
 };
 
-&usb_1_dwc3_ss {
-       remote-endpoint = <&pmic_glink_ss_in>;
-};
-
 &usb_1_hsphy {
        vdd-supply = <&vreg_l1i_0p88>;
        vdda12-supply = <&vreg_l3i_1p2>;
        status = "okay";
 };
 
+&usb_dp_qmpphy_out {
+       remote-endpoint = <&pmic_glink_ss_in>;
+};
+
 &xo_board {
        clock-frequency = <76800000>;
 };