phy: rockchip-samsung-hdptx-hdmi: Don't set bus_width 8 when probe
Fix set pll rate err when play hdr video first time after system boot. Signed-off-by: Algea Cao <algea.cao@rock-chips.com> Change-Id: Ic85b8f8b20a2a588627f650ff402076decd23b63
This commit is contained in:
@@ -2313,7 +2313,6 @@ static int rockchip_hdptx_phy_probe(struct platform_device *pdev)
|
||||
}
|
||||
|
||||
phy_set_drvdata(hdptx->phy, hdptx);
|
||||
phy_set_bus_width(hdptx->phy, 8);
|
||||
|
||||
pm_runtime_enable(dev);
|
||||
ret = devm_add_action_or_reset(dev, rockchip_hdptx_phy_runtime_disable,
|
||||
|
||||
Reference in New Issue
Block a user