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

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

Merge "ARM: dts: msm: Enable sec usb port in host mode on sm8150-auto-adp-star"

parents 9ea51af2 7f851fa5
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -79,3 +79,17 @@

	status = "ok";
};

&usb0 {
	dwc3@a600000 {
		usb-phy = <&usb2_phy0>, <&usb_nop_phy>;
		maximum-speed = "high-speed";
	};
};

&usb1 {
	status = "ok";
	dwc3@a800000 {
		dr_mode = "host";
	};
};
+2 −7
Original line number Diff line number Diff line
@@ -137,11 +137,13 @@
	vdd-supply = <&pm8150_1_l5>;
	vdda18-supply = <&pm8150_1_l12>;
	vdda33-supply = <&pm8150_1_l2>;
	status = "ok";
};

&usb_qmp_phy {
	vdd-supply = <&pm8150_1_l5>;
	core-supply = <&pm8150_2_l8>;
	status = "ok";
};

&icnss {
@@ -311,10 +313,3 @@
		};
	};
};

&usb0 {
	dwc3@a600000 {
		usb-phy = <&usb2_phy0>, <&usb_nop_phy>;
		maximum-speed = "high-speed";
	};
};