Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 63429e90 authored by Lena Salman's avatar Lena Salman Committed by Gerrit - the friendly Code Review server
Browse files

arm: dts: msm: add USB3 host mode 5V vbus regulator for 9630 MTP



The krypton MTP uses SMB1357 charger in reverse-boost mode
to supply 5V USB vbus in USB host mode.
The SMB1357 driver registers regulator name "smb1357_otg_supply".
Binding the regulator to the USB driver is done via the device tree.

Change-Id: Ib7a8066f5ab8c7ff0f9399e2953b570b2b1f0feb
Signed-off-by: default avatarLena Salman <esalman@codeaurora.org>
parent bff9ba42
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,6 +27,10 @@
	};
};

&usb3 {
	vbus_dwc3-supply = <&smb1357_otg_supply>; /* Host 5V VBUS from SMB1357 regulator */
};

&pmd9635_gpios {
	gpio@c000 { /* GPIO 1 */
	};