aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/usb
diff options
context:
space:
mode:
authorJC Kuo <jckuo@nvidia.com>2020-01-13 14:00:46 +0800
committerRob Herring <robh@kernel.org>2020-01-15 12:49:09 -0600
commit1eb69bfded57eadb171610d9d047795823ddcfe8 (patch)
tree68a38137bfd93e0327e5b8a78be570045ee60f47 /Documentation/devicetree/bindings/usb
parentdt-bindings: rcar-csi2: Convert bindings to json-schema (diff)
downloadlinux-dev-1eb69bfded57eadb171610d9d047795823ddcfe8.tar.xz
linux-dev-1eb69bfded57eadb171610d9d047795823ddcfe8.zip
dt-binding: usb: add "super-speed-plus"
This commit adds "super-speed-plus" to valid argument list of "maximum-speed" property. Signed-off-by: JC Kuo <jckuo@nvidia.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r--Documentation/devicetree/bindings/usb/generic.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/usb/generic.txt b/Documentation/devicetree/bindings/usb/generic.txt
index cf5a1ad456e6..e6790d2a4da9 100644
--- a/Documentation/devicetree/bindings/usb/generic.txt
+++ b/Documentation/devicetree/bindings/usb/generic.txt
@@ -2,10 +2,11 @@ Generic USB Properties
Optional properties:
- maximum-speed: tells USB controllers we want to work up to a certain
- speed. Valid arguments are "super-speed", "high-speed",
- "full-speed" and "low-speed". In case this isn't passed
- via DT, USB controllers should default to their maximum
- HW capability.
+ speed. Valid arguments are "super-speed-plus",
+ "super-speed", "high-speed", "full-speed" and
+ "low-speed". In case this isn't passed via DT, USB
+ controllers should default to their maximum HW
+ capability.
- dr_mode: tells Dual-Role USB controllers that we want to work on a
particular mode. Valid arguments are "host",
"peripheral" and "otg". In case this attribute isn't