From 69572934146186a288207571addd73eb127793ac Mon Sep 17 00:00:00 2001 From: Wayne Chang Date: Fri, 16 May 2025 03:46:45 +0000 Subject: [PATCH] NVIDIA: SAUCE: WAR: soc: tegra: pmc: Disable wakeup capability of USB3 port2 Disable the wakeup capability of USB3 Port2 to address an issue with wake-on-disconnect behavior involving the integrated USB hub on Kenari. This is a workaround to prevent unexpected wakeups and allow system sanity to be maintained moving forward. http://nvbugs/5268918 http://nvbugs/5195420 http://nvbugs/5256376 Signed-off-by: Wayne Chang Tested-by: Ishan Shah Reviewed-by: Ishan Shah Signed-off-by: Kartik Rajput Acked-by: Noah Wager Acked-by: Jacob Martin Signed-off-by: Noah Wager --- drivers/soc/tegra/tegra264-pmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/soc/tegra/tegra264-pmc.c b/drivers/soc/tegra/tegra264-pmc.c index aa926c6a8565..7cc69f049e8c 100644 --- a/drivers/soc/tegra/tegra264-pmc.c +++ b/drivers/soc/tegra/tegra264-pmc.c @@ -374,7 +374,6 @@ static const struct tegra_wake_event tegra264_wake_events[] = { TEGRA_WAKE_IRQ("rtc", 65, 548), TEGRA_WAKE_IRQ("usb3_port_0", 79, 965), TEGRA_WAKE_IRQ("usb3_port_1", 80, 965), - TEGRA_WAKE_IRQ("usb3_port_2", 81, 965), TEGRA_WAKE_IRQ("usb3_port_3", 82, 965), TEGRA_WAKE_IRQ("usb2_port_0", 83, 965), TEGRA_WAKE_IRQ("usb2_port_1", 84, 965),