|
@@ -232,6 +232,9 @@ static int xhci_plat_probe(struct platform_device *pdev)
|
|
|
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"))
|
|
|
+ xhci->quirks |= XHCI_BROKEN_PORT_PED;
|
|
|
+
|
|
|
hcd->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0);
|
|
|
if (IS_ERR(hcd->usb_phy)) {
|
|
|
ret = PTR_ERR(hcd->usb_phy);
|