[PATCH v4 3/5] dt-bindings: usb: usb-device: add usb hub port vbus-supply suppport

From: Marco Felsch

Date: Thu Sep 11 2025 - 16:22:56 EST


Some PCB designs don't use the dedicated USB hub port power control GPIO
to control the port VBUS supply. Instead host managed GPIOs are used to
control the VBUS supply.

Signed-off-by: Marco Felsch <m.felsch@xxxxxxxxxxxxxx>
---
Documentation/devicetree/bindings/usb/usb-device.yaml | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/usb-device.yaml b/Documentation/devicetree/bindings/usb/usb-device.yaml
index 09fceb469f10525e9dcdb91435b142b0d21964b8..2f891a05ab9bca095eb881c5f601ac27ac63b542 100644
--- a/Documentation/devicetree/bindings/usb/usb-device.yaml
+++ b/Documentation/devicetree/bindings/usb/usb-device.yaml
@@ -53,6 +53,12 @@ properties:
"#size-cells":
const: 0

+ vbus-supply:
+ description: USB hub port VBUS supply.
+ The host managed regulator which controlls the USB hub port VBUS. This
+ regulator is only required if the hub internal control signals aren't
+ used to control the VBUS regulators.
+
patternProperties:
"^interface@[0-9a-f]{1,2}(,[0-9a-f]{1,2})$":
type: object

--
2.47.3