diff options
Diffstat (limited to 'drivers/usb/host/ehci-platform.c')
| -rw-r--r-- | drivers/usb/host/ehci-platform.c | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/drivers/usb/host/ehci-platform.c b/drivers/usb/host/ehci-platform.c index c70f2d0b4aaf..c3dc906274d9 100644 --- a/drivers/usb/host/ehci-platform.c +++ b/drivers/usb/host/ehci-platform.c @@ -297,6 +297,12 @@ static int ehci_platform_probe(struct platform_device *dev)  					  "has-transaction-translator"))  			hcd->has_tt = 1; +		if (of_device_is_compatible(dev->dev.of_node, +					    "aspeed,ast2500-ehci") || +		    of_device_is_compatible(dev->dev.of_node, +					    "aspeed,ast2600-ehci")) +			ehci->is_aspeed = 1; +  		if (soc_device_match(quirk_poll_match))  			priv->quirk_poll = true; | 
