mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
phy/rockchip: naneng-edp: Add delay after release aux_idle
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com> Change-Id: Id82b2983c174f8d99c686af61586c731a9ec91f9
This commit is contained in:
@@ -275,6 +275,7 @@ static int rockchip_edp_phy_power_on(struct phy *phy)
|
||||
usleep_range(100, 101);
|
||||
|
||||
writel(EDP_PHY_AUX_IDLE(0x0), edpphy->regs + EDP_PHY_GRF_CON10);
|
||||
usleep_range(10000, 11000);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user