Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

JC Kuo and committed by
Rob Herring
1eb69bfd 941a0e3b

+5 -4
+5 -4
Documentation/devicetree/bindings/usb/generic.txt
··· 2 2 3 3 Optional properties: 4 4 - maximum-speed: tells USB controllers we want to work up to a certain 5 - speed. Valid arguments are "super-speed", "high-speed", 6 - "full-speed" and "low-speed". In case this isn't passed 7 - via DT, USB controllers should default to their maximum 8 - HW capability. 5 + speed. Valid arguments are "super-speed-plus", 6 + "super-speed", "high-speed", "full-speed" and 7 + "low-speed". In case this isn't passed via DT, USB 8 + controllers should default to their maximum HW 9 + capability. 9 10 - dr_mode: tells Dual-Role USB controllers that we want to work on a 10 11 particular mode. Valid arguments are "host", 11 12 "peripheral" and "otg". In case this attribute isn't