diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-09-05 19:36:30 +0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-09-05 19:49:00 +0400 |
commit | f83fca0707c66e36f14efef7f68702cb12de70b7 (patch) | |
tree | cf77fb9bb2d9239ae49af8f7b456e048242b239d /drivers/usb/dwc3/Makefile | |
parent | 2c4cbe6e5a9c71408b496e00a78ea9284e98af16 (diff) | |
download | linux-f83fca0707c66e36f14efef7f68702cb12de70b7.tar.xz |
usb: dwc3: add ST dwc3 glue layer to manage dwc3 HC
This patch adds the ST glue logic to manage the DWC3 HC
on STiH407 SoC family. It manages the powerdown signal,
and configures the internal glue logic and syscfg registers.
[ balbi@ti.com : actually switch over to of_platform_depopulate() ]
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Makefile')
-rw-r--r-- | drivers/usb/dwc3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Makefile b/drivers/usb/dwc3/Makefile index 7793e6c99f27..3e88c77483c1 100644 --- a/drivers/usb/dwc3/Makefile +++ b/drivers/usb/dwc3/Makefile @@ -36,3 +36,4 @@ obj-$(CONFIG_USB_DWC3_OMAP) += dwc3-omap.o obj-$(CONFIG_USB_DWC3_EXYNOS) += dwc3-exynos.o obj-$(CONFIG_USB_DWC3_PCI) += dwc3-pci.o obj-$(CONFIG_USB_DWC3_KEYSTONE) += dwc3-keystone.o +obj-$(CONFIG_USB_DWC3_ST) += dwc3-st.o |