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

Commit e92a935c authored by Chun Zhang's avatar Chun Zhang
Browse files

ARM: dts: msm: correct IRQ flags for MSM8992 CDP and MTP touchscreen



Linux requires IRQ flags set to ONESHOT for level-triggered interrupt.
Otherwise, interrupt cannot be registered.

Change-Id: I3c7887937bf69b1dcc471059f1c51ebcfa947049
Signed-off-by: default avatarChun Zhang <chunz@codeaurora.org>
parent ec102e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@
		synaptics,display-coords = <0 0 1599 2559>;
		synaptics,panel-coords = <0 0 1599 2703>;
		synaptics,reset-gpio = <&msm_gpio 60 0x00>;
		synaptics,irq-gpio = <&msm_gpio 61 0x00>;
		synaptics,irq-gpio = <&msm_gpio 61 0x2008>;
		synaptics,disable-gpios;
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@
		synaptics,display-coords = <0 0 1599 2559>;
		synaptics,panel-coords = <0 0 1599 2703>;
		synaptics,reset-gpio = <&msm_gpio 60 0x00>;
		synaptics,irq-gpio = <&msm_gpio 61 0x00>;
		synaptics,irq-gpio = <&msm_gpio 61 0x2008>;
		synaptics,disable-gpios;
	};
};