From a190f8180920e58e36fbec437a3c7fa9e20d6c0f Mon Sep 17 00:00:00 2001 From: haotienh Date: Wed, 21 May 2025 03:22:10 +0000 Subject: [PATCH] NVIDIA: SAUCE: xhci: tegra: Enable USB wake-up for Tegra234 Enable USB wake for Tegra234. http://nvbugs/5244431 Signed-off-by: haotienh Reviewed-by: svcacv Reviewed-by: WK Tsai Reviewed-by: EJ Hsu Reviewed-by: Henry Lin Signed-off-by: Kartik Rajput Acked-by: Noah Wager Acked-by: Jacob Martin Signed-off-by: Noah Wager --- drivers/usb/host/xhci-tegra.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c index 711c81767a9e..0c9b155fa045 100644 --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c @@ -3419,6 +3419,7 @@ static const struct tegra_xusb_soc tegra234_soc = { .num_supplies = ARRAY_SIZE(tegra194_supply_names), .phy_types = tegra194_phy_types, .num_types = ARRAY_SIZE(tegra194_phy_types), + .num_wakes = 7, .context = &tegra186_xusb_context, .ports = { .usb3 = { .offset = 0, .count = 4, },