From 7b92e1ddb17f37caf37d4477483a62a425ba428f Mon Sep 17 00:00:00 2001 From: Daniel Tang Date: Tue, 11 Mar 2014 13:47:39 +0800 Subject: usb: chipidea: add support for USB OTG controller on LSI Zevio SoCs The USB controller in TI-NSPIRE calculators (LSI Zevio SoC) are based off either Freescale's USB OTG controller or the USB controller found in the IMX233, both of which are Chipidea compatible. This patch adds a device tree binding for the controller. Signed-off-by: Peter Chen Signed-off-by: Daniel Tang Signed-off-by: Greg Kroah-Hartman --- drivers/usb/chipidea/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/usb/chipidea/Makefile') diff --git a/drivers/usb/chipidea/Makefile b/drivers/usb/chipidea/Makefile index 7345d2115af2..480bd4d5710a 100644 --- a/drivers/usb/chipidea/Makefile +++ b/drivers/usb/chipidea/Makefile @@ -10,6 +10,7 @@ ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG) += debug.o # Glue/Bridge layers go here obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_msm.o +obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_zevio.o # PCI doesn't provide stubs, need to check ifneq ($(CONFIG_PCI),) -- cgit v1.2.3