diff options
author | 2022-02-08 23:24:25 +0530 | |
---|---|---|
committer | 2022-02-11 12:01:02 +0100 | |
commit | 306a20df822d5a6522aa4aa2029a858ed5fbd517 (patch) | |
tree | 14b58c2b8f7228867d1ed79650dc8ded056276da | |
parent | dt-bindings: Add the yaml bindings for EUD (diff) | |
download | linux-dev-306a20df822d5a6522aa4aa2029a858ed5fbd517.tar.xz linux-dev-306a20df822d5a6522aa4aa2029a858ed5fbd517.zip |
bindings: usb: dwc3: Update dwc3 properties for EUD connector
Add the ports property for dwc3 node. This port can be used
by the Embedded USB Debugger for role switching the controller
from device to host mode and vice versa.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com>
Link: https://lore.kernel.org/r/7308170ce13a96c2ff9cbb22316f46c814c42ef1.1644339918.git.quic_schowdhu@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml index 4f2b0913ad9f..f4471f8bdbef 100644 --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml @@ -335,6 +335,12 @@ properties: items: enum: [1, 4, 8, 16, 32, 64, 128, 256] + port: + $ref: /schemas/graph.yaml#/properties/port + description: + This port is used with the 'usb-role-switch' property to connect the + dwc3 to type C connector. + unevaluatedProperties: false required: |