diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2011-10-19 13:39:50 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-12 04:48:17 -0500 |
commit | 7ae4fc4dc835033067096639bd26416b3df744c7 (patch) | |
tree | 00f94d40bdae0d72dbefd4baf56b3426e4e2421d /drivers/usb/dwc3/dwc3-omap.c | |
parent | 9cc9bcd5b3e8efa45accf2ccb59f13c8de85a0ce (diff) |
usb: dwc3: add a platform device alias
We can have three modules here: dwc3.ko, dwc3-omap.ko and dwc3-pci.ko.
The later have already ids-aliases for probing and is fine. The omap
module has alias for DT but lacks alias for the "native"
platform_device. Maybe we should get rid of it and stick to the DT name?
Both glue modules create a new device for which the dwc3.ko module is
responsible and that one lacks the platform alias.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/dwc3-omap.c')
-rw-r--r-- | drivers/usb/dwc3/dwc3-omap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/dwc3-omap.c b/drivers/usb/dwc3/dwc3-omap.c index 7bcf6775a1a1..0bdc5e9095b7 100644 --- a/drivers/usb/dwc3/dwc3-omap.c +++ b/drivers/usb/dwc3/dwc3-omap.c | |||
@@ -384,6 +384,7 @@ static struct platform_driver dwc3_omap_driver = { | |||
384 | }, | 384 | }, |
385 | }; | 385 | }; |
386 | 386 | ||
387 | MODULE_ALIAS("platform:omap-dwc3"); | ||
387 | MODULE_AUTHOR("Felipe Balbi <balbi@ti.com>"); | 388 | MODULE_AUTHOR("Felipe Balbi <balbi@ti.com>"); |
388 | MODULE_LICENSE("Dual BSD/GPL"); | 389 | MODULE_LICENSE("Dual BSD/GPL"); |
389 | MODULE_DESCRIPTION("DesignWare USB3 OMAP Glue Layer"); | 390 | MODULE_DESCRIPTION("DesignWare USB3 OMAP Glue Layer"); |