summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-apalis_t30.c
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-12-18 05:43:43 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-12-18 05:43:43 +0100
commit629b91fa046df5213ed3312d2e2b8683e6bdd70c (patch)
tree49452c488fabe6e551dfff856a267cf486aaad76 /arch/arm/mach-tegra/board-apalis_t30.c
parent18d5f4a85d71d7921e9b121aeefb9c12c888d781 (diff)
apalis/colibri_t30: usb: fix low-speed issue hack
Certain low-speed USB devices were not detected correctly when plugged into a running system.
Diffstat (limited to 'arch/arm/mach-tegra/board-apalis_t30.c')
-rw-r--r--arch/arm/mach-tegra/board-apalis_t30.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-apalis_t30.c b/arch/arm/mach-tegra/board-apalis_t30.c
index 30d00a33bfa1..d01f420f33c5 100644
--- a/arch/arm/mach-tegra/board-apalis_t30.c
+++ b/arch/arm/mach-tegra/board-apalis_t30.c
@@ -1322,7 +1322,7 @@ static struct tegra_usb_platform_data tegra_ehci1_utmi_pdata = {
},
.u_data.host = {
.hot_plug = true,
- .power_off_on_suspend = false,
+ .power_off_on_suspend = true,
.remote_wakeup_supported = true,
.vbus_gpio = USBO1_EN,
.vbus_gpio_inverted = 0,
@@ -1348,7 +1348,7 @@ static struct tegra_usb_platform_data tegra_ehci2_utmi_pdata = {
},
.u_data.host = {
.hot_plug = true,
- .power_off_on_suspend = false,
+ .power_off_on_suspend = true,
.remote_wakeup_supported = true,
.vbus_gpio = USBH_EN,
.vbus_gpio_inverted = 0,
@@ -1374,7 +1374,7 @@ static struct tegra_usb_platform_data tegra_ehci3_utmi_pdata = {
},
.u_data.host = {
.hot_plug = true,
- .power_off_on_suspend = false,
+ .power_off_on_suspend = true,
.remote_wakeup_supported = true,
/* Uses same USBH_EN as EHCI2 */
.vbus_gpio = -1,