diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-01-11 15:59:42 +0100 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-01-24 11:04:11 +0200 |
commit | 433def4da8a557aeb91ec8158c7724231639c4f9 (patch) | |
tree | 2ba7de0a7dcf4dca21dc3476c3d923d81e662ac6 /Documentation/devicetree/bindings/usb/dwc3.txt | |
parent | fdb09b3e0c1db50aa72755cb001dd13fd7e27111 (diff) | |
download | talos-op-linux-433def4da8a557aeb91ec8158c7724231639c4f9.tar.gz talos-op-linux-433def4da8a557aeb91ec8158c7724231639c4f9.zip |
Documentation: dt: dwc3: add reference to the usb-xhci properties
dwc3 internally creates a usb-xhci device which means that all
properties documented in usb-xhci.txt are supported as well.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/dwc3.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc3.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt index e3e6983288e3..f658f394c2d3 100644 --- a/Documentation/devicetree/bindings/usb/dwc3.txt +++ b/Documentation/devicetree/bindings/usb/dwc3.txt @@ -56,6 +56,10 @@ Optional properties: - <DEPRECATED> tx-fifo-resize: determines if the FIFO *has* to be reallocated. + - in addition all properties from usb-xhci.txt from the current directory are + supported as well + + This is usually a subnode to DWC3 glue to which it is connected. dwc3@4a030000 { |