summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-03 06:26:41 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-03 06:26:41 -0800
commit16ee74ee09d0ad4875b2487939a80b7c6d5e0fb4 (patch)
tree0eb4edd00d17f78e799c86c8ad94ab26ad5b39eb /Documentation/devicetree
parent3f7240256f4e059fd7bc2ba3439d5ec4d28c01a0 (diff)
parenta4f63f1693dd85a9e597cdb8466c78fe658db14b (diff)
Merge "usb: xhci-plat: Add DT parameter to program xhci imod_interval"
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/usb/dwc3.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt
index 3136687adb57..ddca4c39e2de 100644
--- a/Documentation/devicetree/bindings/usb/dwc3.txt
+++ b/Documentation/devicetree/bindings/usb/dwc3.txt
@@ -60,6 +60,7 @@ Optional properties:
- snps,num-normal-evt-buffs: If present, specifies number of normal event buffers. Default is 1.
- snps,num-gsi-evt-buffs: If present, specifies number of GSI based hardware accelerated event buffers.
1 event buffer is needed per h/w accelerated endpoint.
+ - xhci-imod-value: Interrupt moderation interval for host mode (in increments of 250nsec).
This is usually a subnode to DWC3 glue to which it is connected.
@@ -74,4 +75,5 @@ dwc3@4a030000 {
tx-fifo-resize;
snps,usb3-u1u2-disable;
snps,num-gsi-evt-buffs = <0x2>;
+ xhci-imod-value = <4000>;
};