[PATCH v4 2/4] dt-bindings: connector: Add vbus-supply property

From: Jorge Ramirez-Ortiz
Date: Thu Feb 07 2019 - 06:18:06 EST


Some phys might need to control their VBUS regulators while not being
supplied by them. If such support is required, use the vbus-supply
property in the connector to retrieve the regulator.

Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@xxxxxxxxxx>
---
Documentation/devicetree/bindings/connector/usb-connector.txt | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/connector/usb-connector.txt b/Documentation/devicetree/bindings/connector/usb-connector.txt
index a9a2f2fc44f2..2ad22dd6dc39 100644
--- a/Documentation/devicetree/bindings/connector/usb-connector.txt
+++ b/Documentation/devicetree/bindings/connector/usb-connector.txt
@@ -16,6 +16,10 @@ Optional properties:
non-fullsize connectors: "mini", "micro".
- self-powered: Set this property if the usb device that has its own power
source.
+- vbus-supply:
+ Value type: <phandle>
+ Definition: phandle to the regulator VBUS supply node. Set this property if
+ the connector is supplied by VBUS.

Optional properties for usb-c-connector:
- power-role: should be one of "source", "sink" or "dual"(DRP) if typec
--
2.20.1