aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorHuang Rui <ray.huang@amd.com>2014-10-28 07:54:32 -0400
committerFelipe Balbi <balbi@ti.com>2014-11-03 11:03:38 -0500
commitfb67afca177a215684d6124137f61e639c5483d4 (patch)
treec1eee904590f9b5453dfd515d3c6f41aa0baeace /Documentation
parent41c06ffdf9cc63edd875cc8ff8ae002cd9b14f96 (diff)
usb: dwc3: add lfps filter quirk
This patch adds LFPS filter 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')
-rw-r--r--Documentation/devicetree/bindings/usb/dwc3.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index a2598d3c7c12..4edd29a24e74 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -26,6 +26,7 @@ Optional properties:
26 amount of 8B10B errors occur. 26 amount of 8B10B errors occur.
27 - snps,del_phy_power_chg_quirk: when set core will delay PHY power change 27 - snps,del_phy_power_chg_quirk: when set core will delay PHY power change
28 from P0 to P1/P2/P3. 28 from P0 to P1/P2/P3.
29 - snps,lfps_filter_quirk: when set core will filter LFPS reception.
29 30
30This is usually a subnode to DWC3 glue to which it is connected. 31This is usually a subnode to DWC3 glue to which it is connected.
31 32