mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
dt-bindings: usb: Add bindings for multiport properties on DWC3 controller
Add bindings to indicate properties required to support multiport on Synopsys DWC3 controller. Suggested-by: Bjorn Andersson <quic_bjorande@quicinc.com> Signed-off-by: Krishna Kurapati <quic_kriskura@quicinc.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230828133033.11988-3-quic_kriskura@quicinc.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ca58c4ae75
commit
eb3f1d9e42
|
|
@ -85,15 +85,16 @@ properties:
|
|||
|
||||
phys:
|
||||
minItems: 1
|
||||
maxItems: 2
|
||||
maxItems: 8
|
||||
|
||||
phy-names:
|
||||
minItems: 1
|
||||
maxItems: 2
|
||||
items:
|
||||
enum:
|
||||
- usb2-phy
|
||||
- usb3-phy
|
||||
maxItems: 8
|
||||
oneOf:
|
||||
- items:
|
||||
enum: [ usb2-phy, usb3-phy ]
|
||||
- items:
|
||||
pattern: "^usb[23]-port[0-3]$"
|
||||
|
||||
power-domains:
|
||||
description:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user