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

Commit ff8a8bdd authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: qcom: Add USB support for Lagoon"

parents 71e797f0 8f2ea356
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -2858,6 +2858,8 @@
};

&pm7250b_charger {
	dpdm-supply = <&qusb_phy0>;

	smb5_vbus: qcom,smb5-vbus {
		regulator-name = "smb5-vbus";
	};
@@ -3070,3 +3072,16 @@
	};
};

&pm7250b_pdphy {
	vdd-pdphy-supply = <&L3A>;
	vbus-supply = <&smb5_vbus>;
	vconn-supply = <&smb5_vconn>;
};

&usb0 {
	extcon = <&pm7250b_pdphy>, <&pm7250b_charger>;
};

&usb_qmp_dp_phy {
	extcon = <&pm7250b_pdphy>;
};