]> www.infradead.org Git - users/jedix/linux-maple.git/commit
phy: rockchip: usbdp: Avoid call hpd_event_trigger in dp_phy_init
authorAndy Yan <andy.yan@rock-chips.com>
Sun, 2 Mar 2025 11:52:25 +0000 (19:52 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 12 Mar 2025 15:41:08 +0000 (16:41 +0100)
commit28dc672a1a877c77b000c896abd8f15afcdc1b0c
tree60dd7274777dcf5adce75b129d56a737b009c772
parent969a38be437b68dc9e12e3c3f08911c9f9c8be73
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 <andy.yan@rock-chips.com>
Link: https://lore.kernel.org/r/20250302115257.188774-1-andyshrk@163.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/rockchip/phy-rockchip-usbdp.c