diff options
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 |