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

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

Merge "usb: host: xhci-plat: Use xhci dev instead of dwc3 dev with probe"

parents 91a1ee64 d89f1fe3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -307,7 +307,7 @@ static int xhci_plat_probe(struct platform_device *pdev)

	hcd_to_bus(xhci->shared_hcd)->skip_resume = true;

	if (device_property_read_bool(sysdev, "usb3-lpm-capable"))
	if (device_property_read_bool(&pdev->dev, "usb3-lpm-capable"))
		xhci->quirks |= XHCI_LPM_SUPPORT;

	if (device_property_read_bool(&pdev->dev, "quirk-broken-port-ped"))