Message ID | 20210804081917.3390341-2-kyletso@google.com |
---|---|
State | New |
Headers | show |
Series | [v6,1/2] dt-bindings: connector: Add pd-disable property | expand |
On Wed, 04 Aug 2021 16:19:16 +0800, Kyle Tso wrote: > Set "pd-disable" property if the Type-C connector has no power > delivery support. > > Signed-off-by: Kyle Tso <kyletso@google.com> > --- > Changes since v5: > - Changed the property name to "pd-disable" > > .../devicetree/bindings/connector/usb-connector.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Reviewed-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/connector/usb-connector.yaml b/Documentation/devicetree/bindings/connector/usb-connector.yaml index 92b49bc37939..7eb8659fa610 100644 --- a/Documentation/devicetree/bindings/connector/usb-connector.yaml +++ b/Documentation/devicetree/bindings/connector/usb-connector.yaml @@ -111,6 +111,10 @@ properties: - 1.5A - 3.0A + pd-disable: + description: Set this property if the Type-C connector has no power delivery support. + type: boolean + # The following are optional properties for "usb-c-connector" with power # delivery support. source-pdos:
Set "pd-disable" property if the Type-C connector has no power delivery support. Signed-off-by: Kyle Tso <kyletso@google.com> --- Changes since v5: - Changed the property name to "pd-disable" .../devicetree/bindings/connector/usb-connector.yaml | 4 ++++ 1 file changed, 4 insertions(+)