dts: bindings: usb: Add maximum-speed property
Add maximum-speed property to usb node. It configures USB controllers to work up to a specific speed. Valid arguments are "super-speed", "high-speed", "full-speed" and "low-speed". Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
This commit is contained in:
parent
9975f7b854
commit
90fcdfabd2
1 changed files with 10 additions and 0 deletions
|
@ -18,6 +18,16 @@ properties:
|
|||
description: compatible strings
|
||||
generation: define
|
||||
|
||||
maximum-speed:
|
||||
type: string
|
||||
category: optional
|
||||
description: Configures USB controllers to work up to a specific
|
||||
speed. Valid arguments are "super-speed", "high-speed",
|
||||
"full-speed" and "low-speed". If this is not passed
|
||||
via DT, USB controllers should use their maximum
|
||||
hardware capability.
|
||||
generation: define
|
||||
|
||||
label:
|
||||
type: string
|
||||
category: required
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue