PCI: dw: rockchip: Fully reset controller in initial process
Change-Id: Iee871db366695539a92f86da7ea5971780bf52fe Signed-off-by: Jon Lin <jon.lin@rock-chips.com> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
parent
8ad666171f
commit
b28ccdbd6d
1 changed files with 2 additions and 0 deletions
|
|
@ -1313,6 +1313,8 @@ static int rk_pcie_really_probe(void *p)
|
|||
if (ret)
|
||||
goto release_driver;
|
||||
|
||||
reset_control_assert(rk_pcie->rsts);
|
||||
udelay(10);
|
||||
reset_control_deassert(rk_pcie->rsts);
|
||||
|
||||
ret = clk_bulk_prepare_enable(rk_pcie->clk_cnt, rk_pcie->clks);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue