diff options
author | Huang Rui <ray.huang@amd.com> | 2014-10-28 19:54:28 +0800 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-11-03 10:03:36 -0600 |
commit | b5a65c406367e3e79ece6f687c83d4ffce4c174c (patch) | |
tree | f8e0b8062965db9a6d1d5761ae9890c68c307e35 /Documentation/devicetree/bindings/usb | |
parent | 9a5b2f3167c1f98b879d6a800ab138f04e34f9d5 (diff) | |
download | talos-op-linux-b5a65c406367e3e79ece6f687c83d4ffce4c174c.tar.gz talos-op-linux-b5a65c406367e3e79ece6f687c83d4ffce4c174c.zip |
usb: dwc3: add P3 in U2 SS inactive quirk
This patch adds P3 in U2 SS inactive quirk, and some special platforms can
configure that if it is needed.
[ balbi@ti.com : added DeviceTree binding documentation ]
Signed-off-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc3.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index 5fcd68008945..36e4287c40f5 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -19,6 +19,7 @@ Optional properties: - snps,has-lpm-erratum: true when DWC3 was configured with LPM Erratum enabled - snps,lpm-nyet-threshold: LPM NYET threshold - snps,u2exit_lfps_quirk: set if we want to enable u2exit lfps quirk + - snps,u2ss_inp3_quirk: set if we enable P3 OK for U2/SS Inactive quirk This is usually a subnode to DWC3 glue to which it is connected. |