]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_...
authorXu Yang <xu.yang_2@nxp.com>
Mon, 9 Dec 2024 11:14:23 +0000 (19:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Dec 2024 17:50:05 +0000 (18:50 +0100)
commite19852d0bfecbc80976b1423cf2af87ca514a58c
tree5e7e1f709eee03e2f365b72ad666c14583cf81ba
parent625e70ccb7bbbb2cc912e23c63390946170c085c
usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_INIT property

The source of quirk XHCI_SKIP_PHY_INIT comes from xhci_plat_priv.quirks or
software node property. This will set skip_phy_initialization if software
node also has XHCI_SKIP_PHY_INIT property.

Fixes: a6cd2b3fa894 ("usb: host: xhci-plat: Parse xhci-missing_cas_quirk and apply quirk")
Cc: stable <stable@kernel.org>
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Link: https://lore.kernel.org/r/20241209111423.4085548-1-xu.yang_2@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-plat.c