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

Commit 96233a07 authored by Venkataraman Nerellapalli's avatar Venkataraman Nerellapalli
Browse files

ARM: dts: msm: add Elan_Sparrow support for apq8053-lite-dragon-v2.1



Add Elan_Sparrow touch screen support for apq8053-lite-dragon-v2.1.

Change-Id: Ie9154fc11c3a63ac162d504cadb1c6e38f74196a
Signed-off-by: default avatarVenkataraman Nerellapalli <venkataraman.nerellapalli@codeaurora.org>
parent d98d6971
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -25,3 +25,17 @@
&blsp2_uart0 {
	status = "okay";
};

&i2c_3 {
	status = "okay";
	elan_ktf@10 {
		compatible = "elan,ekth3500";
		reg = <0x10>;
		vdd-supply = <&pm8953_l10>;
		vccio-supply = <&pm8953_l6>;
		interrupt-parent = <&tlmm>;
		reset-gpio = <&tlmm 64 GPIO_ACTIVE_LOW>;
		elan,irq-gpio = <&tlmm 65 0x2008>;
		interrupts = <65 0x2>;
	};
};