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

Commit a3e0a6ad authored by Fenglin Wu's avatar Fenglin Wu
Browse files

ARM: dts: msm: Add smb2_vbus regulator device for QVR845



QVR845 device uses the boost regulator in charger module to supply VBUS
in USB host mode. Add smb2_vbus regulator device and change the VBUS
supply to it.

Change-Id: I1e1656cac40a79ff6beef437c6562a552bfd0056
Signed-off-by: default avatarFenglin Wu <fenglinw@codeaurora.org>
parent a134670c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@
	smb2_vconn: qcom,smb2-vconn {
		regulator-name = "smb2-vconn";
	};
	smb2_vbus: qcom,smb2-vbus {
		regulator-name = "smb2-vbus";
	};
};

&usb0 {
+7 −0
Original line number Diff line number Diff line
@@ -10,6 +10,13 @@
 * GNU General Public License for more details.
 */

#include "sdm845-pmic-overlay.dtsi"
#include "sdm845-pinctrl-overlay.dtsi"

&pmi8998_pdphy {
	vbus-supply = <&smb2_vbus>;
};

&ufsphy_mem {
	compatible = "qcom,ufs-phy-qmp-v3";