summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/core.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2013-07-02 18:20:24 (GMT)
committerFelipe Balbi <balbi@ti.com>2013-07-29 10:56:48 (GMT)
commit22a5aa170c5231e64e1598a55dee92ea9a26183e (patch)
treedc9ae34510883f5e8b7ebd65e76498a394dd6395 /drivers/usb/dwc3/core.c
parentf7e846f0956917888b28b52726ee8779a39d84b6 (diff)
downloadlinux-fsl-qoriq-22a5aa170c5231e64e1598a55dee92ea9a26183e.tar.xz
usb: dwc3: core: switch to snps,dwc3
all other drivers using Synopsys IPs with DT have a compatible of snps,$driver, in order to add consistency, we are switching over to snps,dwc3 but keeping synopsys,dwc3 in the core driver to maintain backwards compatibility. New DTS bindings should NOT use synopsys,dwc3. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/core.c')
-rw-r--r--drivers/usb/dwc3/core.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c
index 0686acff..2f56327 100644
--- a/drivers/usb/dwc3/core.c
+++ b/drivers/usb/dwc3/core.c
@@ -735,6 +735,9 @@ static const struct dev_pm_ops dwc3_dev_pm_ops = {
#ifdef CONFIG_OF
static const struct of_device_id of_dwc3_match[] = {
{
+ .compatible = "snps,dwc3"
+ },
+ {
.compatible = "synopsys,dwc3"
},
{ },