]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sm8650-hdk: remove redundant properties
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Thu, 30 May 2024 08:31:56 +0000 (11:31 +0300)
committerBjorn Andersson <andersson@kernel.org>
Sat, 1 Jun 2024 22:59:52 +0000 (17:59 -0500)
The commit 65931e59e039 ("arm64: dts: qcom: sm8650: move USB graph to
the SoC dtsi") and commit fbb22a182267 ("arm64: dts: qcom: sm8650: move
PHY's orientation-switch to SoC dtsi") have moved some of the properties
from the board DT files to the sm8650.dtsi. As the patch for sm8650 HDK
predates those commits, it still had those properties inside.

Drop these duplicate proerties from the sm8650-hdk.dts.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240530-sm8650-hdk-redundant-v1-1-c39c2ae65f3b@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650-hdk.dts

index 7f2dbada63b541fe671c7a9ec9844915e4838658..182864a3b6bd0cd7d3f65f8a2b08674d5a9cc1ca 100644 (file)
 
 &mdss_dp0_out {
        data-lanes = <0 1>;
-       remote-endpoint = <&usb_dp_qmpphy_dp_in>;
 };
 
 &pcie0 {
        remote-endpoint = <&pmic_glink_hs_in>;
 };
 
-&usb_1_dwc3_ss {
-       remote-endpoint = <&usb_dp_qmpphy_usb_ss_in>;
-};
-
 &usb_1_hsphy {
        vdd-supply = <&vreg_l1i_0p88>;
        vdda12-supply = <&vreg_l3i_1p2>;
        vdda-phy-supply = <&vreg_l3i_1p2>;
        vdda-pll-supply = <&vreg_l3g_0p91>;
 
-       orientation-switch;
-
        status = "okay";
 };
 
-&usb_dp_qmpphy_dp_in {
-       remote-endpoint = <&mdss_dp0_out>;
-};
-
 &usb_dp_qmpphy_out {
        remote-endpoint = <&pmic_glink_ss_in>;
 };
 
-&usb_dp_qmpphy_usb_ss_in {
-       remote-endpoint = <&usb_1_dwc3_ss>;
-};
-
 &xo_board {
        clock-frequency = <76800000>;
 };