Commit 1eb69bfd authored by JC Kuo's avatar JC Kuo Committed by Rob Herring

dt-binding: usb: add "super-speed-plus"

This commit adds "super-speed-plus" to valid argument list of
"maximum-speed" property.
Signed-off-by: default avatarJC Kuo <jckuo@nvidia.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 941a0e3b
...@@ -2,10 +2,11 @@ Generic USB Properties ...@@ -2,10 +2,11 @@ Generic USB Properties
Optional properties: Optional properties:
- maximum-speed: tells USB controllers we want to work up to a certain - maximum-speed: tells USB controllers we want to work up to a certain
speed. Valid arguments are "super-speed", "high-speed", speed. Valid arguments are "super-speed-plus",
"full-speed" and "low-speed". In case this isn't passed "super-speed", "high-speed", "full-speed" and
via DT, USB controllers should default to their maximum "low-speed". In case this isn't passed via DT, USB
HW capability. controllers should default to their maximum HW
capability.
- dr_mode: tells Dual-Role USB controllers that we want to work on a - dr_mode: tells Dual-Role USB controllers that we want to work on a
particular mode. Valid arguments are "host", particular mode. Valid arguments are "host",
"peripheral" and "otg". In case this attribute isn't "peripheral" and "otg". In case this attribute isn't
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment