diff options
author | Venkat Moganty <vmoganty@nvidia.com> | 2011-09-14 15:34:18 +0530 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-09-14 17:00:29 -0700 |
commit | 27685d7df0d6cb4bd0d460323a2df07bc04875f3 (patch) | |
tree | 1b179c6f003a294c81dc8f94491abe753ef58c59 /arch | |
parent | fcded668224e1ea37ff8b239b32867afcd4081b0 (diff) |
arm: tegra: Adding USB remote wake events
Adding USB remote wakeup events for bringing system out of Low Power mode.
Bug 805906
Change-Id: I66814ea09f2903fbaba513dce7d1f7c1a1744ec5
Reviewed-on: http://git-master/r/52309
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')
-rw-r--r-- | arch/arm/mach-tegra/wakeups-t3.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/wakeups-t3.h b/arch/arm/mach-tegra/wakeups-t3.h index f811d8939387..c10fa538913a 100644 --- a/arch/arm/mach-tegra/wakeups-t3.h +++ b/arch/arm/mach-tegra/wakeups-t3.h @@ -65,7 +65,10 @@ #define TEGRA_WAKE_GPIO_PK2 (1ull << 34) #define TEGRA_WAKE_GPIO_PI6 (1ull << 35) #define TEGRA_WAKE_GPIO_PBB1 (1ull << 36) -#define TEGRA_WAKE_USB3_ID (1ull << 37) -#define TEGRA_WAKE_USB3_VBUS (1ull << 38) +#define TEGRA_WAKE_USB3_VBUS (1ull << 37) +#define TEGRA_WAKE_USB3_ID (1ull << 38) +#define TEGRA_WAKE_USB1_UTMIP (1ull << 39) +#define TEGRA_WAKE_USB2_UTMIP (1ull << 40) +#define TEGRA_WAKE_USB3_UTMIP (1ull << 41) #endif |