summaryrefslogtreecommitdiff
path: root/drivers/phy/motorola/Makefile
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2017-05-22 17:37:23 -0700
committerKishon Vijay Abraham I <kishon@ti.com>2017-06-06 14:50:21 +0530
commit6d6ce40f63af9860ba12e6540fc9c9feb4338a1d (patch)
treeff0862aa8e7f7f74d3808d57ef09701ba4c1b276 /drivers/phy/motorola/Makefile
parent4a3449d1a0a10c28e685bd8dfd06fb88179c5168 (diff)
phy: cpcap-usb: Add CPCAP PMIC USB support
Some Motorola phones like droid 4 use a custom CPCAP PMIC that has a multiplexing USB PHY. This USB PHY can operate at least in four modes using pin multiplexing and two control GPIOS: - Pass through companion PHY for the SoC USB PHY - ULPI PHY for the SoC - Pass through USB for the modem - UART debug console for the SoC This patch adds support for droid 4 USB PHY and debug UART modes, support for other modes can be added later on as needed. Both peripheral and host mode are working for the USB. The host mode depends on the cpcap-charger driver for VBUS. VBUS and ID pin detection are done using cpcap-adc IIO ADC driver. Cc: devicetree@vger.kernel.org Cc: Marcel Partap <mpartap@gmx.net> Cc: Michael Scott <michael.scott@linaro.org> Acked-by: Rob Herring <robh@kernel.org> Tested-by: Sebastian Reichel <sre@kernel.org> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/motorola/Makefile')
-rw-r--r--drivers/phy/motorola/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/phy/motorola/Makefile b/drivers/phy/motorola/Makefile
new file mode 100644
index 000000000000..b6cd618d671a
--- /dev/null
+++ b/drivers/phy/motorola/Makefile
@@ -0,0 +1,5 @@
+#
+# Makefile for the phy drivers.
+#
+
+obj-$(CONFIG_PHY_CPCAP_USB) += phy-cpcap-usb.o