From 2ee17fb833bf58bc2a3d9a03caf5b0b68bd54848 Mon Sep 17 00:00:00 2001 From: Wayne Chang Date: Tue, 29 Jul 2025 07:52:27 +0000 Subject: [PATCH] Revert "NVIDIA: SAUCE: xhci: tegra: Enable USB wake-up for Tegra234" This reverts commit a190f8180920e58e36fbec437a3c7fa9e20d6c0f. Reason for revert: replaced with a proper fix Bug 5421820 Change-Id: I4646e380a3dde9dc67a4f6efed8140fd2bdcde24 Signed-off-by: Wayne Chang Reviewed-on: https://git-master.nvidia.com/r/c/3rdparty/canonical/linux-noble/+/3469947 Reviewed-by: Brad Griffis GVS: buildbot_gerritrpt Reviewed-by: svcacv Reviewed-by: Jon Hunter --- drivers/usb/host/xhci-tegra.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/host/xhci-tegra.c b/drivers/usb/host/xhci-tegra.c index 0c9b155fa045..711c81767a9e 100644 --- a/drivers/usb/host/xhci-tegra.c +++ b/drivers/usb/host/xhci-tegra.c @@ -3419,7 +3419,6 @@ 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, },