mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user