Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364518
b: refs/heads/master
c: eb5369e
h: refs/heads/master
v: v3
  • Loading branch information
Venu Byravarasu authored and Greg Kroah-Hartman committed Apr 3, 2013
1 parent 949f3d8 commit e2e863b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e6604a7fd71f9bd2890e07800e191167d7f5751b
refs/heads/master: eb5369edca4f4307a6035dc6f6813698b0762906
5 changes: 5 additions & 0 deletions trunk/drivers/usb/host/ehci-tegra.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <linux/pm_runtime.h>
#include <linux/usb/ehci_def.h>
#include <linux/usb/tegra_usb_phy.h>
#include <linux/clk/tegra.h>

#define TEGRA_USB_BASE 0xC5000000
#define TEGRA_USB2_BASE 0xC5004000
Expand Down Expand Up @@ -691,6 +692,10 @@ static int tegra_ehci_probe(struct platform_device *pdev)
if (err)
goto fail_clk;

tegra_periph_reset_assert(tegra->clk);
udelay(1);
tegra_periph_reset_deassert(tegra->clk);

tegra->needs_double_reset = of_property_read_bool(pdev->dev.of_node,
"nvidia,needs-double-reset");

Expand Down

0 comments on commit e2e863b

Please sign in to comment.