summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/board-cardhu-power.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-power.c b/arch/arm/mach-tegra/board-cardhu-power.c
index baa2f4b9616c..1297353b0fcc 100644
--- a/arch/arm/mach-tegra/board-cardhu-power.c
+++ b/arch/arm/mach-tegra/board-cardhu-power.c
@@ -1041,7 +1041,8 @@ static struct tegra_suspend_platform_data cardhu_suspend_data = {
.corereq_high = true,
.sysclkreq_high = true,
.wake_enb = TEGRA_WAKE_KBC_EVENT | TEGRA_WAKE_GPIO_PV0 |
- TEGRA_WAKE_PWR_INT | TEGRA_WAKE_RTC_ALARM | TEGRA_WAKE_GPIO_PB6,
+ TEGRA_WAKE_PWR_INT | TEGRA_WAKE_RTC_ALARM | TEGRA_WAKE_GPIO_PB6 |
+ TEGRA_WAKE_USB1_UTMIP | TEGRA_WAKE_USB3_UTMIP,
.wake_high = TEGRA_WAKE_RTC_ALARM,
.wake_low = TEGRA_WAKE_GPIO_PV0 | TEGRA_WAKE_PWR_INT | TEGRA_WAKE_GPIO_PB6 ,
.wake_any = TEGRA_WAKE_KBC_EVENT,