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

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

ARM: dts: msm: Switch to USB 2.0 for 8994 Interposer



USB 3.0 controller is currently not working correctly. Disable it
and enable the USB 2.0 controller.

Change-Id: I9772511bc2e6ac3e43c380604a26fa20317f7cfd
Signed-off-by: default avatarJack Pham <jackp@codeaurora.org>
parent 61dc5edf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -134,6 +134,12 @@
		vdd_dig-supply = <&pm8994_s1_corner>;
	};

	usb@f9a55000 {
		HSUSB_VDDCX-supply = <&pm8994_s1_corner>;
		HSUSB_1p8-supply = <&pm8994_l6>;
		HSUSB_3p3-supply = <&pm8994_l24>;
	};

	ssusb@f9200000 {
		/delete-property/ vbus_dwc3-supply;
		/delete-property/ qcom,misc-ref;
+15 −1
Original line number Diff line number Diff line
@@ -22,6 +22,20 @@
	qcom,board-id = <1 3>;
};

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

&usb3 {
	qcom,otg-capability;
	status = "disabled";
};

&hsphy {
	status = "disabled";
};

&ssphy {
	status = "disabled";
};