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:
Yannis Damigos 2018-07-19 20:25:56 +03:00 committed by Kumar Gala
commit 90fcdfabd2

View file

@ -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