arm64: dts: qcom: sdm845: Add generic QUSB2 V2 Phy compatible
authorSandeep Maheswaram <sanm@codeaurora.org>
Mon, 9 Mar 2020 09:53:08 +0000 (15:23 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 14 Apr 2020 18:03:00 +0000 (11:03 -0700)
Use generic QUSB2 V2 Phy configuration for sdm845.

Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/1583747589-17267-9-git-send-email-sanm@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index f3eb1dc..71dfdfc 100644 (file)
                };
 
                usb_1_hsphy: phy@88e2000 {
-                       compatible = "qcom,sdm845-qusb2-phy";
+                       compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy";
                        reg = <0 0x088e2000 0 0x400>;
                        status = "disabled";
                        #phy-cells = <0>;
                };
 
                usb_2_hsphy: phy@88e3000 {
-                       compatible = "qcom,sdm845-qusb2-phy";
+                       compatible = "qcom,sdm845-qusb2-phy", "qcom,qusb2-v2-phy";
                        reg = <0 0x088e3000 0 0x400>;
                        status = "disabled";
                        #phy-cells = <0>;