This reverts commit
0fd1853df055.
We found this commit just work well for HS devices, however,
ehci_hub_control will set port owner to companion according line
status bits when FS/LS device is plugged in, so revert this one
and introduce a new workaround.
Change-Id: Ifa856620672191c845abc53a76370cd5bf4097dc
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
"has-transaction-translator"))
hcd->has_tt = 1;
- if (of_property_read_bool(dev->dev.of_node,
- "no-relinquish-port"))
- ehci_platform_hc_driver.relinquish_port = NULL;
-
priv->num_phys = of_count_phandle_with_args(dev->dev.of_node,
"phys", "#phy-cells");