summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/Makefile
diff options
context:
space:
mode:
authorFelipe Balbi2015-11-18 20:15:20 +0100
committerFelipe Balbi2015-12-15 16:12:41 +0100
commit16adc674d0d68a50dfc725574738d7ae11cf5d7e (patch)
tree70474a9eb1f931e8fd0f87106039553a744506be /drivers/usb/dwc3/Makefile
parentusb: dwc3: ep0: fix setup_packet_pending initialization (diff)
downloadkernel-qcow2-linux-16adc674d0d68a50dfc725574738d7ae11cf5d7e.tar.gz
kernel-qcow2-linux-16adc674d0d68a50dfc725574738d7ae11cf5d7e.tar.xz
kernel-qcow2-linux-16adc674d0d68a50dfc725574738d7ae11cf5d7e.zip
usb: dwc3: add generic OF glue layer
For simple platforms which merely enable some clocks and populate its children, we can use this generic glue layer to avoid boilerplate code duplication. For now this supports Qcom and Xilinx, but if we find a way to add generic handling of regulators and optional PHYs, we can absorb exynos as well. Tested-by: Subbaraya Sundeep Bhatta <subbaraya.sundeep.bhatta@xilinx.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Makefile')
-rw-r--r--drivers/usb/dwc3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Makefile b/drivers/usb/dwc3/Makefile
index acc951d46c27..6491f9b474d4 100644
--- a/drivers/usb/dwc3/Makefile
+++ b/drivers/usb/dwc3/Makefile
@@ -37,5 +37,6 @@ 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_OF_SIMPLE) += dwc3-of-simple.o
obj-$(CONFIG_USB_DWC3_QCOM) += dwc3-qcom.o
obj-$(CONFIG_USB_DWC3_ST) += dwc3-st.o