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

Commit fac2c473 authored by Vijayavardhan Vennapusa's avatar Vijayavardhan Vennapusa
Browse files

ARM: dts: msm: Remove USB async IRQ from msm8936 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.

Change-Id: Ifbbd94a359830fb095ef973c878ac1527afbfce5
Signed-off-by: default avatarVijayavardhan Vennapusa <vvreddy@codeaurora.org>
parent 68f9fcdc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -20,3 +20,8 @@
	qcom,board-id= <16 0>;
};

&usb_otg {
	interrupts = <0 134 0>;
	interrupt-names = "core_irq";
};
+1 −1
Original line number Diff line number Diff line
@@ -371,7 +371,7 @@
		#clock-cells = <1>;
	};

	usb@78d9000 {
	usb_otg: usb@78d9000 {
		compatible = "qcom,hsusb-otg";

		reg = <0x78d9000 0x400>;