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

Commit 573f765e 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: correct IRQ flags for MSM8992 CDP and MTP touchscreen"

parents 82e69737 e92a935c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,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
@@ -169,7 +169,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;
	};
};