]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
phy: cpcap-usb: Add CPCAP PMIC USB support
authorTony Lindgren <tony@atomide.com>
Tue, 23 May 2017 00:37:23 +0000 (17:37 -0700)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 6 Jun 2017 09:20:21 +0000 (14:50 +0530)
commit6d6ce40f63af9860ba12e6540fc9c9feb4338a1d
treeff0862aa8e7f7f74d3808d57ef09701ba4c1b276
parent4a3449d1a0a10c28e685bd8dfd06fb88179c5168
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>
Documentation/devicetree/bindings/phy/phy-cpcap-usb.txt [new file with mode: 0644]
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/motorola/Kconfig [new file with mode: 0644]
drivers/phy/motorola/Makefile [new file with mode: 0644]
drivers/phy/motorola/phy-cpcap-usb.c [new file with mode: 0644]