diff options
author | Venkat Moganty <vmoganty@nvidia.com> | 2011-09-14 15:36:12 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-09-14 17:00:31 -0700 |
commit | 44a7a780093a99e89bc021a9864851f12729c36c (patch) | |
tree | 826d8e305bc39e299f6300a64ce6fbf6d940dac3 /arch/arm | |
parent | 27685d7df0d6cb4bd0d460323a2df07bc04875f3 (diff) |
arm: tegra: cardhu: Enabling USB remote wake sources
Adding USB remote wakeup events for bringing system out of Low Power mode.
Bug 805906
Change-Id: If8a0a3e4b2aa344138a908f466fb2a7e9a71f058
Reviewed-on: http://git-master/r/52310
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Tested-by: Venkat Moganty <vmoganty@nvidia.com>
Reviewed-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Reviewed-by: Bitan Biswas <bbiswas@nvidia.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-tegra/board-cardhu-power.c | 3 |
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, |