diff options
author | Greg Kroah-Hartman <[email protected]> | 2023-10-24 11:51:04 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2023-10-24 11:53:56 +0200 |
commit | ec098970364234411f39cd6821e6f95937b4070c (patch) | |
tree | 2a1b50875492a2f20a8c7a8e8f0c93432a4a8cf2 | |
parent | d026fc7b73a58ea3b2fe567674e71cccd90f6a84 (diff) |
Revert "dt-bindings: usb: Add bindings for multiport properties on DWC3 controller"
This reverts commit eb3f1d9e42b1499152442e97b51bc1bcfee29d71.
The patches for the features that these bindings described are still
under active development, so odds are these bindings will also have to
be changed in the future. As no in-tree code requires these bindings at
the moment, revert them.
Reported-by: Johan Hovold <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: Bjorn Andersson <[email protected]>
Cc: Krishna Kurapati <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml index d81c2e849ca9..ee5af4b381b1 100644 --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml @@ -85,16 +85,15 @@ properties: phys: minItems: 1 - maxItems: 8 + maxItems: 2 phy-names: minItems: 1 - maxItems: 8 - oneOf: - - items: - enum: [ usb2-phy, usb3-phy ] - - items: - pattern: "^usb[23]-port[0-3]$" + maxItems: 2 + items: + enum: + - usb2-phy + - usb3-phy power-domains: description: |