Skip to content

Commit

Permalink
dt-bindings: usb: Add bindings for multiport properties on DWC3 contr…
Browse files Browse the repository at this point in the history
…oller

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>
  • Loading branch information
Krishna Kurapati authored and Greg Kroah-Hartman committed Oct 2, 2023
1 parent ca58c4a commit eb3f1d9
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Documentation/devicetree/bindings/usb/snps,dwc3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb3f1d9

Please sign in to comment.