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

Commit 7f851fa5 authored by Hemant Kumar's avatar Hemant Kumar Committed by Gerrit - the friendly Code Review server
Browse files

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



Secondary port is used as host only mode on sm8150-auto-adp-star.

Change-Id: I37af68365d636dedc1739a1a317f3ee4d4708f86
Signed-off-by: default avatarHemant Kumar <hemantk@codeaurora.org>
parent c78e874c
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";
	};
};