mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
phy: rockchip: inno-hdmi: fix hdmi no display sometime wake up
when wake up only power on hdmi phy, it may result in tmds pll unlock because when in deep suspend, the power maybe no in a normal state. now reinstall all register when wark up. Change-Id: Ie882fa9b99bc6f4bfb3b2a6ea88a043b2f89ed58 Signed-off-by: Huicong Xu <xhc@rock-chips.com>
This commit is contained in:
@@ -409,6 +409,7 @@ static int inno_hdmi_phy_power_off(struct phy *phy)
|
||||
if (inno->plat_data->ops->power_off)
|
||||
inno->plat_data->ops->power_off(inno);
|
||||
|
||||
inno->tmdsclock = 0;
|
||||
dev_dbg(inno->dev, "Inno HDMI PHY Power Off\n");
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user