Mailing List Archive

[PATCH v6 1/2] dt-bindings: connector: Add pd-disable property
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(+)

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:
--
2.32.0.554.ge1b32706d8-goog
Re: [PATCH v6 1/2] dt-bindings: connector: Add pd-disable property [ In reply to ]
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>