]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - drivers/usb/host/ehci-msm.c
usb: host: ehci-msm: Use posted data writes on AHB
[mirror_ubuntu-jammy-kernel.git] / drivers / usb / host / ehci-msm.c
index c4f84c81de0194e33b9bad75e6aafd1c9074dd74..c23e2858c815bbf15dc6de9bc98714349fa97177 100644 (file)
@@ -57,8 +57,8 @@ static int ehci_msm_reset(struct usb_hcd *hcd)
 
        /* bursts of unspecified length. */
        writel(0, USB_AHBBURST);
-       /* Use the AHB transactor */
-       writel(0, USB_AHBMODE);
+       /* Use the AHB transactor, allow posted data writes */
+       writel(0x8, USB_AHBMODE);
        /* Disable streaming mode and select host mode */
        writel(0x13, USB_USBMODE);