Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: usb: maxim,max33359: Add supply property for vbus

Add a regulator supply property for vbus. This notifies the regulator
provider to source vbus when Type-C operates in Source power mode,
while turn off sourcing vbus when operating in Sink mode or
disconnected.

Signed-off-by: Amit Sunil Dhamne <amitsd@google.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260325-max77759-charger-v9-2-4486dd297adc@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Amit Sunil Dhamne and committed by
Greg Kroah-Hartman
47f8ba23 1afaec82

+4
+4
Documentation/devicetree/bindings/usb/maxim,max33359.yaml
··· 32 32 description: 33 33 Properties for usb c connector. 34 34 35 + vbus-supply: 36 + description: Regulator to control sourcing Vbus. 37 + 35 38 required: 36 39 - compatible 37 40 - reg ··· 56 53 reg = <0x25>; 57 54 interrupt-parent = <&gpa8>; 58 55 interrupts = <2 IRQ_TYPE_LEVEL_LOW>; 56 + vbus-supply = <&chgin_otg_reg>; 59 57 60 58 connector { 61 59 compatible = "usb-c-connector";