mirror of
https://github.com/torvalds/linux.git
synced 2026-06-12 08:43:42 +02: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:
parent
ee81411850
commit
fcfe49fdb3
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user