Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295807
b: refs/heads/master
c: 2f926ee
h: refs/heads/master
i:
  295805: 8386072
  295803: a12abb7
  295799: f9b054f
  295791: b1fba6e
  295775: fb66185
  295743: ca61206
  295679: 81aa177
v: v3
  • Loading branch information
Dmitry Artamonow authored and Olof Johansson committed Mar 18, 2012
1 parent 4406f08 commit bd20f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 795d5fd4b8b06944976c95e8592e17e2d415aa81
refs/heads/master: 2f926eecdfb6138fef91683667fc915af5071fff
6 changes: 3 additions & 3 deletions trunk/arch/arm/mach-tegra/pcie.c
Original file line number Diff line number Diff line change
Expand Up @@ -639,10 +639,10 @@ static int tegra_pcie_enable_controller(void)
pads_writel(0xfa5cfa5c, 0xc8);

/* Wait for the PLL to lock */
timeout = 2000;
timeout = 300;
do {
val = pads_readl(PADS_PLL_CTL);
mdelay(1);
usleep_range(1000, 1000);
if (--timeout == 0) {
pr_err("Tegra PCIe error: timeout waiting for PLL\n");
return -EBUSY;
Expand Down Expand Up @@ -677,7 +677,7 @@ static int tegra_pcie_enable_controller(void)
/* Disable all execptions */
afi_writel(0, AFI_FPCI_ERROR_MASKS);

return;
return 0;
}

static void tegra_pcie_xclk_clamp(bool clamp)
Expand Down

0 comments on commit bd20f47

Please sign in to comment.