mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
PCI: rockchip: dw: Increase delay for power to make link stable
Change-Id: Ib3369aeac9f99004a0b3f5831966cb04c0c7f750 Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
parent
537a1fadc3
commit
2f9fd14733
|
|
@ -415,7 +415,7 @@ static int rk_pcie_establish_link(struct dw_pcie *pci)
|
|||
|
||||
/* Rest the device */
|
||||
gpiod_set_value_cansleep(rk_pcie->rst_gpio, 0);
|
||||
msleep(100);
|
||||
msleep(1000);
|
||||
gpiod_set_value_cansleep(rk_pcie->rst_gpio, 1);
|
||||
|
||||
rk_pcie_disable_ltssm(rk_pcie);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user