phy: rockchip-samsung-hdptx-hdmi: Deassert hdmi phy rst when probe

Signed-off-by: Algea Cao <algea.cao@rock-chips.com>
Change-Id: I4f9e0134e5d7eee48492b397622840f1548fe919
This commit is contained in:
Algea Cao
2022-01-06 10:00:21 +08:00
parent 2b456d3acd
commit 3378249bc2

View File

@@ -1897,6 +1897,13 @@ static int rockchip_hdptx_phy_probe(struct platform_device *pdev)
udelay(10);
reset_control_deassert(hdptx->apb_reset);
reset_control_assert(hdptx->cmn_reset);
udelay(10);
reset_control_deassert(hdptx->cmn_reset);
reset_control_assert(hdptx->init_reset);
udelay(10);
reset_control_deassert(hdptx->init_reset);
/*
* the default state of hdmiphy power on, power consumption
* is high. some configurations need to be adjusted.