]> Git Repo - linux.git/commitdiff
dt-binding: usb: Include USB SSP rates in GenXxY
authorThinh Nguyen <[email protected]>
Wed, 20 Jan 2021 01:36:08 +0000 (17:36 -0800)
committerGreg Kroah-Hartman <[email protected]>
Sat, 6 Feb 2021 13:21:21 +0000 (14:21 +0100)
According to the USB 3.2 spec, a SuperSpeed Plus device can operate at
gen2x2, gen2x1, or gen1x2. If the USB controller device supports
multiple lanes at different transfer rates, the user can specify the HW
capability via these new speed strings:

"super-speed-plus-gen2x2"
"super-speed-plus-gen2x1"
"super-speed-plus-gen1x2"

If the argument is simply "super-speed-plus", USB controllers should
default to their maximum transfer rate and number of lanes.

Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Thinh Nguyen <[email protected]>
Link: https://lore.kernel.org/r/cc7cc15f87e209c9963f19129f51398cdc374358.1611106162.git.Thinh.Nguyen@synopsys.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Documentation/devicetree/bindings/usb/usb.yaml

index ebe7f4275c59054f9eaff62cc558b8dc7320f494..78491e66ed24378f6d08ad0a978f333dd8d78b3e 100644 (file)
@@ -54,6 +54,9 @@ properties:
       - high-speed
       - super-speed
       - super-speed-plus
+      - super-speed-plus-gen2x1
+      - super-speed-plus-gen1x2
+      - super-speed-plus-gen2x2
 
 additionalProperties: true
 
This page took 0.063811 seconds and 4 git commands to generate.