Re: [PATCH 3/6] dt-bindings: usb: maxim,max33359: Add supply property for VBUS in OTG mode
From: Amit Sunil Dhamne
Date: Tue Nov 25 2025 - 15:13:48 EST
Hi Krzysztof,
On 11/23/25 11:53 PM, Krzysztof Kozlowski wrote:
On Sun, Nov 23, 2025 at 08:35:50AM +0000, Amit Sunil Dhamne wrote:
Add a regulator supply property for VBUS when usb is in OTG mode.How is the pin or supply called in the datasheet?
Signed-off-by: Amit Sunil Dhamne <amitsd@xxxxxxxxxx>
Reviewed-by: Badhri Jagan Sridharan <badhri@xxxxxxxxxx>
---
Documentation/devicetree/bindings/usb/maxim,max33359.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/maxim,max33359.yaml b/Documentation/devicetree/bindings/usb/maxim,max33359.yaml
index 3de4dc40b791..a529f18c4918 100644
--- a/Documentation/devicetree/bindings/usb/maxim,max33359.yaml
+++ b/Documentation/devicetree/bindings/usb/maxim,max33359.yaml
@@ -32,6 +32,9 @@ properties:
description:
Properties for usb c connector.
+ otg-vbus-supply:
The pin that supplies the VBUS power in OTG is referred to as Vchgin in the datasheet.
Best regards,
Krzysztof