From a67a9d3744383f8812252c9dcc065156c82a227b Mon Sep 17 00:00:00 2001 From: William Wu Date: Fri, 5 Jul 2019 14:56:40 +0800 Subject: [PATCH] dt-bindings: usb: dwc3: add a property to resize tx fifo This patch adds a new property "snps,tx-fifo-resize" to enable resize the TxFIFOs dynamically. Change-Id: I0714b8a5b3a7f461ae0527c99729db8cf202e066 Signed-off-by: William Wu --- Documentation/devicetree/bindings/usb/dwc3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index 54f7811d3da3..cacf6c3411c4 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -66,7 +66,7 @@ Optional properties: - snps,grx-threshold-cfg: global Rx threshold config - snps,gtx-threshold-cfg: global Tx threshold config - - tx-fifo-resize: determines if the FIFO *has* to be reallocated. + - snps,tx-fifo-resize: determines if the FIFO *has* to be reallocated. This is usually a subnode to DWC3 glue to which it is connected.