aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb
diff options
context:
space:
mode:
authorIvan T. Ivanov <iivanov@mm-sol.com>2014-04-28 09:34:22 -0400
committerFelipe Balbi <balbi@ti.com>2014-04-30 12:29:58 -0400
commit01799b622217ffebdc95e8e0aedbd4cff6a35a50 (patch)
tree663c54b0af31fa88756fdc969e3e49460b4cd068 /Documentation/devicetree/bindings/usb
parent349907c262ad5e698c24565658ae489fb69fee53 (diff)
usb: phy: msm: Vote for corner of VDD CX instead of voltage of VDD CX
New platform uses RBCPR hardware feature, with that voting for absolute voltage of VDD CX is not required. Hence vote for corner of VDD CX which uses nominal corner voltage on VDD CX. Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Cc: Mayank Rana <mrana@codeaurora.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r--Documentation/devicetree/bindings/usb/msm-hsusb.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/msm-hsusb.txt b/Documentation/devicetree/bindings/usb/msm-hsusb.txt
index 066966706ca1..2826f2af503a 100644
--- a/Documentation/devicetree/bindings/usb/msm-hsusb.txt
+++ b/Documentation/devicetree/bindings/usb/msm-hsusb.txt
@@ -65,6 +65,10 @@ Optional properties:
65 Some platforms may have configuration to allow USB 65 Some platforms may have configuration to allow USB
66 controller work with any of the two HSPHYs present. 66 controller work with any of the two HSPHYs present.
67 67
68- qcom,vdd-levels: This property must be a list of three integer values
69 (no, min, max) where each value represents either a voltage
70 in microvolts or a value corresponding to voltage corner.
71
68Example HSUSB OTG controller device node: 72Example HSUSB OTG controller device node:
69 73
70 usb@f9a55000 { 74 usb@f9a55000 {
@@ -87,4 +91,5 @@ Example HSUSB OTG controller device node:
87 91
88 qcom,otg-control = <1>; 92 qcom,otg-control = <1>;
89 qcom,phy-init-sequence = < -1 0x63 >; 93 qcom,phy-init-sequence = < -1 0x63 >;
94 qcom,vdd-levels = <1 5 7>;
90 }; 95 };