summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/wakeups-t3.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/wakeups-t3.c')
-rw-r--r--arch/arm/mach-tegra/wakeups-t3.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/wakeups-t3.c b/arch/arm/mach-tegra/wakeups-t3.c
index ef471cb035db..dd042f8fafc0 100644
--- a/arch/arm/mach-tegra/wakeups-t3.c
+++ b/arch/arm/mach-tegra/wakeups-t3.c
@@ -66,7 +66,8 @@ static struct tegra_wake_info tegra_wake_event_data_t3[] = {
{-EINVAL, POLARITY_NONE}, /* TEGRA_USB3_ID, */ /* wake38 */
{INT_USB, POLARITY_LEVEL_HI}, /* TEGRA_USB1_UTMIP, */ /* wake39 */
{INT_USB2, POLARITY_LEVEL_HI}, /* TEGRA_USB2_UTMIP, */ /* wake40 */
- {INT_USB3, POLARITY_LEVEL_HI} /* TEGRA_USB3_UTMIP, */ /* wake41 */
+ {INT_USB3, POLARITY_LEVEL_HI}, /* TEGRA_USB3_UTMIP, */ /* wake41 */
+ {INT_USB2, POLARITY_LEVEL_HI}, /* TEGRA_USB2_UHSIC, */ /* wake42 */
};
struct tegra_wake_info *tegra_wake_event_data = tegra_wake_event_data_t3;