mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user