xhci: Enable runtime PM on second Alderlake controller
authorEvan Green <evgreen@chromium.org>
Fri, 8 Apr 2022 18:42:50 +0000 (11:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Apr 2022 16:58:54 +0000 (18:58 +0200)
commitd8bfe5091d6cc4b8b8395e4666979ae72a6069ca
tree3f339085cd9c521cead4f30069cc0787e2fcf159
parent4e64cd7763ca52dce5dff2c88f67a200f3aa37d3
xhci: Enable runtime PM on second Alderlake controller

Alderlake has two XHCI controllers with PCI IDs 0x461e and 0x51ed. We
had previously added the quirk to default enable runtime PM for 0x461e,
now add it for 0x51ed as well.

Signed-off-by: Evan Green <evgreen@chromium.org>
Cc: stable <stable@kernel.org>
Link: https://lore.kernel.org/r/20220408114225.1.Ibcff6b86ed4eacfe4c4bc89c90e18416f3900a3e@changeid
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-pci.c