arm64: dts: qcom: sc8280xp: fix primary USB-DP PHY reset
authorJohan Hovold <johan+linaro@kernel.org>
Mon, 21 Nov 2022 08:50:57 +0000 (09:50 +0100)
committerBjorn Andersson <andersson@kernel.org>
Tue, 27 Dec 2022 17:20:45 +0000 (11:20 -0600)
The vendor kernel is using the GCC_USB4_DP_PHY_PRIM_BCR and
GCC_USB4_1_DP_PHY_PRIM_BCR resets for the USB4-USB3-DP QMP PHYs.

Update the primary USB-DP PHY node to match.

Fixes: 152d1faf1e2f ("arm64: dts: qcom: add SC8280XP platform")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221121085058.31213-15-johan+linaro@kernel.org
arch/arm64/boot/dts/qcom/sc8280xp.dtsi

index 109c9d2b684d115235c895093b7154386bf3e898..ad71e68384da5610dc417ffd94fc018ce12b88ad 100644 (file)
                        clock-names = "aux", "ref_clk_src", "ref", "com_aux";
 
                        resets = <&gcc GCC_USB3_PHY_PRIM_BCR>,
-                                <&gcc GCC_USB3_DP_PHY_PRIM_BCR>;
+                                <&gcc GCC_USB4_DP_PHY_PRIM_BCR>;
                        reset-names = "phy", "common";
 
                        power-domains = <&gcc USB30_PRIM_GDSC>;