diff mbox series

[1/2] dt-bindings: phy-imx8mq-usb: add optional vbus supply regulator

Message ID 20190404164148.11140-1-l.stach@pengutronix.de
State Not Applicable, archived
Headers show
Series [1/2] dt-bindings: phy-imx8mq-usb: add optional vbus supply regulator | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Lucas Stach April 4, 2019, 4:41 p.m. UTC
Add a vbus supply regulator phandle, so the PHY can enable the VBUS
voltage rail when powering up.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.txt | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.txt b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.txt
index a22e853d710c..ed47e5cd067e 100644
--- a/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.txt
+++ b/Documentation/devicetree/bindings/phy/fsl,imx8mq-usb-phy.txt
@@ -7,6 +7,9 @@  Required properties:
 - clocks:	phandles to the clocks for each clock listed in clock-names
 - clock-names:	must contain "phy"
 
+Optional properties:
+- vbus-supply: A phandle to the regulator for USB VBUS.
+
 Example:
 	usb3_phy0: phy@381f0040 {
 		compatible = "fsl,imx8mq-usb-phy";