Skip to content

Commit ee4e530

Browse files
jhovoldandersson
authored andcommitted
arm64: dts: qcom: sc8280xp: fix primary USB-DP PHY reset
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: 152d1fa ("arm64: dts: qcom: add SC8280XP platform") Signed-off-by: Johan Hovold <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1b929c0 commit ee4e530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sc8280xp.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1689,7 +1689,7 @@
16891689
clock-names = "aux", "ref_clk_src", "ref", "com_aux";
16901690

16911691
resets = <&gcc GCC_USB3_PHY_PRIM_BCR>,
1692-
<&gcc GCC_USB3_DP_PHY_PRIM_BCR>;
1692+
<&gcc GCC_USB4_DP_PHY_PRIM_BCR>;
16931693
reset-names = "phy", "common";
16941694

16951695
power-domains = <&gcc USB30_PRIM_GDSC>;

0 commit comments

Comments
 (0)