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

Commit 151813df 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: add Elan_Sparrow support for apq8053-lite-dragon-v2.1"

parents 1f964e91 96233a07
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>;
	};
};