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:
Algea Cao
2022-08-16 14:59:14 +08:00
committed by Tao Huang
parent e6c7ea7d4d
commit 2f2ba4a8f8
@@ -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,