aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorIvan T. Ivanov <ivan.ivanov@linaro.org>2015-04-09 04:34:22 -0400
committerFelipe Balbi <balbi@ti.com>2015-04-28 12:46:50 -0400
commit591fc116f3302da915bb57d4474a61a5e8884cec (patch)
tree20be8372dfe03c6d3bb2bf626205d72872881ae8 /Documentation/devicetree
parent5a294e5469891d0701183049c4a9678887fa7091 (diff)
usb: phy: msm: Use extcon framework for VBUS and ID detection
On recent Qualcomm platforms VBUS and ID lines are not routed to USB PHY LINK controller. Use extcon framework to receive connect and disconnect ID and VBUS notification. Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/usb/msm-hsusb.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/msm-hsusb.txt b/Documentation/devicetree/bindings/usb/msm-hsusb.txt
index 2826f2af503a..f26bcfac3d8f 100644
--- a/Documentation/devicetree/bindings/usb/msm-hsusb.txt
+++ b/Documentation/devicetree/bindings/usb/msm-hsusb.txt
@@ -69,6 +69,13 @@ Optional properties:
69 (no, min, max) where each value represents either a voltage 69 (no, min, max) where each value represents either a voltage
70 in microvolts or a value corresponding to voltage corner. 70 in microvolts or a value corresponding to voltage corner.
71 71
72- extcon: phandles to external connector devices. First phandle
73 should point to external connector, which provide "USB"
74 cable events, the second should point to external connector
75 device, which provide "USB-HOST" cable events. If one of
76 the external connector devices is not required empty <0>
77 phandle should be specified.
78
72Example HSUSB OTG controller device node: 79Example HSUSB OTG controller device node:
73 80
74 usb@f9a55000 { 81 usb@f9a55000 {