diff options
author | Hemant Kumar <hemantk@codeaurora.org> | 2016-05-11 18:26:31 -0700 |
---|---|---|
committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-19 16:07:34 -0700 |
commit | 3a0c8b9280414f7da4ce28751eb2b9cf423319a6 (patch) | |
tree | 36d9d68ca5109605cb42f7416aa91d758244f9f0 /Documentation/devicetree/bindings/usb | |
parent | 81dd5e3f7881f394bef8318652e7853793a1d097 (diff) |
usb: phy: qmp: Add support to select usb3 phy mode
qmp phy can run in display port mode or in usb3 mode.
It is recommended to explicitly select the usb3 phy
mode before programming the phy init sequence, since
TCSR_USB3_DP_PHYMODE register is commonly used to
select mode between display port driver as well as
ssphy driver.
Change-Id: I270596868762ccd4f2f2cc9b0daaca647a2bee88
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r-- | Documentation/devicetree/bindings/usb/msm-phy.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/msm-phy.txt b/Documentation/devicetree/bindings/usb/msm-phy.txt index 929fdee7157b..e909c67ca20a 100644 --- a/Documentation/devicetree/bindings/usb/msm-phy.txt +++ b/Documentation/devicetree/bindings/usb/msm-phy.txt @@ -116,7 +116,9 @@ Required properties: USB3_PHY_START Optional properties: - - reg: Additional register set of address and length to control QMP PHY + - reg: Additional register set of address and length to control QMP PHY are: + "tcsr_usb3_dp_phymode" : top-level CSR register to be written to select + super speed usb qmp phy. - qcom,vbus-valid-override: If present, indicates VBUS pin is not connected to the USB PHY and the controller must rely on external VBUS notification in order to manually relay the notification to the SSPHY. |