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

Commit bf55b1de authored by Tarun Gupta's avatar Tarun Gupta
Browse files

ARM: dts: msm: Remove USB async IRQ from mpq8092-simulator



This change is required as "USB: phy-msm-usb: Enable USB Interrupt only if
ASYNC IRQ is not present" disables usb interrupt as simulator is not
simulating async irq, but it is present in dt.

CRs-fixed: 552123
Change-Id: I6f6e8ec06ba59f5bac939f7ae902c1de5aab4273
Signed-off-by: default avatarTarun Gupta <tarung@codeaurora.org>
parent 91332a98
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -168,3 +168,8 @@
	mpp@a700 { /* MPP 8 */
	};
};

&usb_otg {
	interrupts = <0 134 0>;
	interrupt-names = "core_irq";
};
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@
                reg = <0xfe805000 0x1000>; /* Address and size of IMEM */
	};

	usb@f9a55000 {
	usb_otg: usb@f9a55000 {
		compatible = "qcom,hsusb-otg";
		reg = <0xf9a55000 0x400>;
		interrupts = <0 134 0>, <0 140 0>;