Skip to content

Commit

Permalink
set ehci 0 USB host mode to default enable
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtrip committed May 10, 2012
1 parent a44e840 commit 2161de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-tegra/board-endeavoru.c
Expand Up @@ -1690,7 +1690,7 @@ static struct tegra_ehci_platform_data tegra_ehci_pdata[] = {
.phy_config = &utmi_phy_config[0],
.operating_mode = TEGRA_USB_HOST,
.power_down_on_bus_suspend = 1,
.default_enable = false,
.default_enable = true,
},
[1] = {
.phy_config = &utmi_phy_config[1],
Expand Down

0 comments on commit 2161de5

Please sign in to comment.