Message ID | 06497b8aadc0b5becced274d0a5fbcd808d87a48.1733737487.git.matthias.schiffer@ew.tq-group.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | TQ-Systems TQMa62xx SoM and MBa62xx board | expand |
On 10:51-20241209, Matthias Schiffer wrote: > Allow specifying the connector directly in the USB controller node, as > supported by other USB controller bindings. > > Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com> > Acked-by: Conor Dooley <conor.dooley@microchip.com> > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > index 1cd0ca90127d9..2976fb1a58061 100644 > --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > @@ -68,6 +68,12 @@ properties: > - enum: [bus_early, ref, suspend] > - true > > + connector: > + $ref: /schemas/connector/usb-connector.yaml# > + description: Connector for dual role switch > + type: object > + unevaluatedProperties: false > + > dma-coherent: true > > extcon: This needs to go via the USB subsystem team. The device tree changes can go once this is merged.
diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml index 1cd0ca90127d9..2976fb1a58061 100644 --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml @@ -68,6 +68,12 @@ properties: - enum: [bus_early, ref, suspend] - true + connector: + $ref: /schemas/connector/usb-connector.yaml# + description: Connector for dual role switch + type: object + unevaluatedProperties: false + dma-coherent: true extcon: