diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2024-04-29 14:43:38 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-05-27 02:02:47 +0200 |
commit | 4b699d2d569483760a18eeec1d80f691d635550e (patch) | |
tree | 256580bdd9499943b98dae48308ea15c9c12bcdc /arch/arm64/boot/dts/qcom/sm8150-hdk.dts | |
parent | arm64: dts: qcom: msm8996: add reset for display subsystem (diff) | |
download | linux-4b699d2d569483760a18eeec1d80f691d635550e.tar.xz linux-4b699d2d569483760a18eeec1d80f691d635550e.zip |
arm64: dts: qcom: sm8150: move USB graph to the SoC dtsi
Move the graph connection between USB host, USB SS PHY and DP port to
the SoC dtsi file. They are linked in hardware in this way.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240429-usb-link-dtsi-v1-1-87c341b55cdf@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sm8150-hdk.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8150-hdk.dts | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8150-hdk.dts b/arch/arm64/boot/dts/qcom/sm8150-hdk.dts index 6cb6f503fdac..69ce0baf2423 100644 --- a/arch/arm64/boot/dts/qcom/sm8150-hdk.dts +++ b/arch/arm64/boot/dts/qcom/sm8150-hdk.dts @@ -470,7 +470,6 @@ &mdss_dp_out { data-lanes = <0 1>; - remote-endpoint = <&usb_1_qmpphy_dp_in>; }; &mdss_dsi0 { @@ -676,18 +675,10 @@ orientation-switch; }; -&usb_1_qmpphy_dp_in { - remote-endpoint = <&mdss_dp_out>; -}; - &usb_1_qmpphy_out { remote-endpoint = <&pm8150b_typec_mux_in>; }; -&usb_1_qmpphy_usb_ss_in { - remote-endpoint = <&usb_1_dwc3_ss>; -}; - &usb_2_qmpphy { status = "okay"; vdda-phy-supply = <&vreg_l3c_1p2>; @@ -711,10 +702,6 @@ remote-endpoint = <&pm8150b_role_switch_in>; }; -&usb_1_dwc3_ss { - remote-endpoint = <&usb_1_qmpphy_usb_ss_in>; -}; - &usb_2_dwc3 { dr_mode = "host"; }; |