We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e1897c commit 38f6c92Copy full SHA for 38f6c92
Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml
@@ -37,6 +37,11 @@ properties:
37
GPIO pin (output) used to control VBUS. If skipped, no such control
38
takes place.
39
40
+ port:
41
+ $ref: /schemas/graph.yaml#/properties/port
42
+ description:
43
+ A port node to link the usb controller for the dual role switch.
44
+
45
required:
46
- compatible
47
- interrupts
@@ -58,5 +63,11 @@ examples:
58
63
interrupt-parent = <&msmgpio>;
59
64
interrupts = <78 IRQ_TYPE_LEVEL_HIGH>;
60
65
vbus-gpios = <&msmgpio 148 GPIO_ACTIVE_HIGH>;
66
67
+ port {
68
+ endpoint {
69
+ remote-endpoint = <&usb1_drd_sw>;
70
+ };
71
61
72
};
62
73
0 commit comments