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

Commit f8bbce91 authored by Jack Pham's avatar Jack Pham
Browse files

ARM: dts: msm: Enable HSUSB core on msmsamarium cdp interposer



This enables high speed USB 2.0 core and disables USB 3.0 core.

Change-Id: I286db45737487c06fb9b77e2474bc7c4f75681f6
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 3a5255f7
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -92,3 +92,13 @@

	status = "ok";
};

&usb3 {
	status = "disabled";
};

&usb_otg {
	status = "ok";
	qcom,hsusb-otg-otg-control = <2>;
	qcom,dp-manual-pullup;
};