kernel: bump 5.4 to 5.4.106
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.4 / 820-usb-0016-MLK-16735-usb-host-add-XHCI_CDNS_HOST-flag.patch
index 23e509470764f60d434a9dbdeef7959f165f945b..40d63994397745133127d37c459ecd5dd0ae5e83 100644 (file)
@@ -37,6 +37,6 @@ Signed-off-by: Peter Chen <peter.chen@nxp.com>
  #define XHCI_RESET_PLL_ON_DISCONNECT  BIT_ULL(34)
  #define XHCI_SNPS_BROKEN_SUSPEND    BIT_ULL(35)
 +#define XHCI_CDNS_HOST                BIT_ULL(36)
-       unsigned int            num_active_eps;
-       unsigned int            limit_active_eps;
+ #define XHCI_SKIP_PHY_INIT    BIT_ULL(37)
+ #define XHCI_DISABLE_SPARSE   BIT_ULL(38)
+ #define XHCI_NO_SOFT_RETRY    BIT_ULL(40)