Skip to content

Commit 28dc672

Browse files
Andy Yanvinodkoul
authored andcommitted
phy: rockchip: usbdp: Avoid call hpd_event_trigger in dp_phy_init
Function rk_udphy_dp_hpd_event_trigger will set vogrf let it trigger HPD interrupt to DP by Type-C. This configuration is only required when the DP work in Alternate Mode, and called by typec_mux_set. In standard DP mode, such settings will prevent the DP from receiving HPD interrupts. Signed-off-by: Andy Yan <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 969a38b commit 28dc672

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/phy/rockchip/phy-rockchip-usbdp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,6 @@ static int rk_udphy_dp_phy_init(struct phy *phy)
10471047
mutex_lock(&udphy->mutex);
10481048

10491049
udphy->dp_in_use = true;
1050-
rk_udphy_dp_hpd_event_trigger(udphy, udphy->dp_sink_hpd_cfg);
10511050

10521051
mutex_unlock(&udphy->mutex);
10531052

0 commit comments

Comments
 (0)