arm64: dts: qcom: sc7180: Correct qmp phy reset entries
authorSandeep Maheswaram <sanm@codeaurora.org>
Wed, 12 Feb 2020 11:21:28 +0000 (16:51 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 26 Feb 2020 04:52:55 +0000 (20:52 -0800)
The phy reset entries were incorrect.so swapped them.

Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
Link: https://lore.kernel.org/r/1581506488-26881-5-git-send-email-sanm@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sc7180.dtsi

index 127be85bbfd718201d090bb5d48913c7c1c2e5a0..7cebc1fad7e079e84b4aca8478ae4fc9a99fa263 100644 (file)
                                 <&gcc GCC_USB3_PRIM_PHY_COM_AUX_CLK>;
                        clock-names = "aux", "cfg_ahb", "ref", "com_aux";
 
-                       resets = <&gcc GCC_USB3_DP_PHY_PRIM_BCR>,
-                                <&gcc GCC_USB3_PHY_PRIM_BCR>;
+                       resets = <&gcc GCC_USB3_PHY_PRIM_BCR>,
+                                <&gcc GCC_USB3_DP_PHY_PRIM_BCR>;
                        reset-names = "phy", "common";
 
                        usb_1_ssphy: phy@88e9200 {