]> git.ipfire.org Git - people/ms/linux.git/commitdiff
dt-bindings: extcon: ptn5150: Make 'vbus-gpios' optional
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 17 Aug 2020 06:59:59 +0000 (08:59 +0200)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 24 Sep 2020 10:20:47 +0000 (19:20 +0900)
The PTN5150 chip can be used in hardware designs with only reporting of
USB Type-C connection, without the VBUS control.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Vijai Kumar K <vijaikumar.kanagarajan@gmail.com>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Documentation/devicetree/bindings/extcon/extcon-ptn5150.yaml

index 1ddc97db3e616882cc2aa9268435873da4eb2bd4..4b0f414486d281cd132a203b33f6d15276d4011c 100644 (file)
@@ -32,13 +32,13 @@ properties:
 
   vbus-gpios:
     description:
-      GPIO pin (output) used to control VBUS.
+      GPIO pin (output) used to control VBUS. If skipped, no such control
+      takes place.
 
 required:
   - compatible
   - interrupts
   - reg
-  - vbus-gpios
 
 additionalProperties: false