Re: [PATCH 3/6] dt-bindings: usb: maxim,max33359: Add supply property for VBUS in OTG mode

From: Amit Sunil Dhamne

Date: Wed Nov 26 2025 - 15:27:18 EST



On 11/26/25 8:18 AM, André Draszik wrote:
On Tue, 2025-11-25 at 12:13 -0800, Amit Sunil Dhamne wrote:
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.

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:
How is the pin or supply called in the datasheet?
The pin that supplies the VBUS power in OTG is referred to as Vchgin in
I think that should be chgin (without V prefix)

Right, it's just CHGIN. These CHGIN pins source the USB VBUS power in OTG mode.


the datasheet.
Cheers,
Andre'