Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 714028a7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "xhci: hsic: Enable xhci irq after xhci memory initialization"

parents f9704a3e 672ab146
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1313,6 +1313,7 @@ static int mxhci_hsic_probe(struct platform_device *pdev)
		}
	}

	irq_set_status_flags(irq, IRQ_NOAUTOEN);
	ret = usb_add_hcd(hcd, irq, IRQF_SHARED);
	if (ret)
		goto pinctrl_sleep;
@@ -1397,6 +1398,7 @@ static int mxhci_hsic_probe(struct platform_device *pdev)
		dev_dbg(&pdev->dev, "%s: unable to create imod sysfs entry\n",
					__func__);

	enable_irq(irq);
	/* Enable HSIC PHY */
	mxhci_hsic_ulpi_write(mxhci, 0x01, MSM_HSIC_CFG_SET);