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

Commit a682d77c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable HSUSB Core in device mode and use HSPHY2"

parents 7a43f137 be8d7fa0
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -209,7 +209,8 @@

	usb_otg: usb@f9a55000 {
		compatible = "qti,hsusb-otg";
		reg = <0xf9a55000 0x400>;
		reg = <0xf9a55000 0x400>,
			 <0xfd4ab000 0x4>;
		interrupts = <0 134 0>, <0 140 0>;
		interrupt-names = "core_irq", "async_irq";

@@ -220,8 +221,11 @@

		qti,hsusb-otg-phy-type = <2>;
		qti,hsusb-otg-mode = <1>;
		qti,hsusb-otg-otg-control = <1>;
		qti,hsusb-otg-otg-control = <3>;
		qti,hsusb-otg-default-mode = <1>;
		qti,hsusb-otg-disable-reset;
		qti,dp-manual-pullup;
		qti,usb2-enable-hsphy2;

		qti,msm-bus,name = "usb_otg";
		qti,msm-bus,num_cases = <3>;