summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/Makefile
diff options
context:
space:
mode:
authorStephen Boyd2016-12-28 23:56:55 +0100
committerPeter Chen2017-01-20 04:25:14 +0100
commit7bb7e9b1a4319d7c305c033c2df46028fbcc10ae (patch)
treea1b37b619f03dea819a1feda19e0c024cfa11662 /drivers/usb/chipidea/Makefile
parentusb: chipidea: Remove locking in ci_udc_start() (diff)
downloadkernel-qcow2-linux-7bb7e9b1a4319d7c305c033c2df46028fbcc10ae.tar.gz
kernel-qcow2-linux-7bb7e9b1a4319d7c305c033c2df46028fbcc10ae.tar.xz
kernel-qcow2-linux-7bb7e9b1a4319d7c305c033c2df46028fbcc10ae.zip
usb: chipidea: Add support for ULPI PHY bus
Some phys for the chipidea controller are controlled via the ULPI viewport. Add support for the ULPI bus so that these sorts of phys can be probed and read/written automatically without having to duplicate the viewport logic in each phy driver. Acked-by: Peter Chen <peter.chen@nxp.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Peter Chen <peter.chen@nxp.com>
Diffstat (limited to 'drivers/usb/chipidea/Makefile')
-rw-r--r--drivers/usb/chipidea/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/Makefile b/drivers/usb/chipidea/Makefile
index 518e445476c3..39fca5715ed3 100644
--- a/drivers/usb/chipidea/Makefile
+++ b/drivers/usb/chipidea/Makefile
@@ -4,6 +4,7 @@ ci_hdrc-y := core.o otg.o debug.o
ci_hdrc-$(CONFIG_USB_CHIPIDEA_UDC) += udc.o
ci_hdrc-$(CONFIG_USB_CHIPIDEA_HOST) += host.o
ci_hdrc-$(CONFIG_USB_OTG_FSM) += otg_fsm.o
+ci_hdrc-$(CONFIG_USB_CHIPIDEA_ULPI) += ulpi.o
# Glue/Bridge layers go here