Messages in this thread Patch in this message |  | | From | Souradeep Chowdhury <> | Subject | [PATCH V2 2/8] dt-bindings: connector: Add property for EUD type-C connector | Date | Thu, 2 Dec 2021 15:21:21 +0530 |
| |
Added the property for EUD(Embedded USB Debugger) connector. EUD is a mini usb hub with debug and trace capabilities and it has a type C connector attached to it for role-switching. This connector is attached to EUD via port.
Signed-off-by: Souradeep Chowdhury <quic_schowdhu@quicinc.com> --- Documentation/devicetree/bindings/connector/usb-connector.yaml | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/connector/usb-connector.yaml b/Documentation/devicetree/bindings/connector/usb-connector.yaml index 7eb8659..bd1823a 100644 --- a/Documentation/devicetree/bindings/connector/usb-connector.yaml +++ b/Documentation/devicetree/bindings/connector/usb-connector.yaml @@ -30,6 +30,10 @@ properties: - const: samsung,usb-connector-11pin - const: usb-b-connector + - items: + - const: qcom,usb-connector-eud + - const: usb-c-connector + label: description: Symbolic name for the connector. -- 2.7.4
|  |