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

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

Merge "ARM: dts: msm: Assign USB supplies for SA6155 and SA6155P"

parents 9eb6c5f1 7b4ee2fd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -85,3 +85,9 @@

	status = "ok";
};

&usb0 {
	dwc3@a600000 {
		dr_mode = "peripheral";
	};
};
+17 −0
Original line number Diff line number Diff line
@@ -19,3 +19,20 @@
	qcom,msm-name = "SA6155";
	qcom,msm-id = <384 0x10000>;
};

&qusb_phy0 {
	vdd-supply = <&L5A>;
	vdda18-supply = <&L12A>;
	vdda33-supply = <&L13A>;
};

&usb_qmp_phy {
	vdd-supply = <&L5A>;
	core-supply = <&L12A>;
};

&qusb_phy1 {
	vdd-supply = <&L5A>;
	vdda18-supply = <&L12A>;
	vdda33-supply = <&L13A>;
};
+17 −0
Original line number Diff line number Diff line
@@ -40,3 +40,20 @@
&pil_modem {
	/delete-property/ vdd_mss-supply;
};

&qusb_phy0 {
	vdd-supply = <&L5A>;
	vdda18-supply = <&L12A>;
	vdda33-supply = <&L13A>;
};

&usb_qmp_phy {
	vdd-supply = <&L5A>;
	core-supply = <&L12A>;
};

&qusb_phy1 {
	vdd-supply = <&L5A>;
	vdda18-supply = <&L12A>;
	vdda33-supply = <&L13A>;
};