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

Commit dc30cd51 authored by Shantanu Jain's avatar Shantanu Jain
Browse files

ARM: dts: msm: add touch support for MSM8909w MTP with SMB,Fuelguage



Add ITE tech touch DT node for touch support in MSM8909w MTP with
SMB,Fuelguage.

CRs-Fixed: 986821
Change-Id: I00c87a0c6403a31f227d34a0f1c8252882f80709
Signed-off-by: default avatarShantanu Jain <shjain@codeaurora.org>
parent 0760225a
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -18,6 +18,36 @@
#include "msm8909w.dtsi"

&soc {
	i2c@78b9000 { /* BLSP1 QUP5 */
		/delete-node/ synaptics@20;

		it7260@46 {
			compatible = "ite,it7260_ts";
			reg = <0x46>;
			interrupt-parent = <&msm_gpio>;
			interrupts = <13 0x2008>;
			avdd-supply = <&pm8916_l17>;
			vdd-supply = <&pm8916_l6>;
			/* pins used by touchscreen */
			pinctrl-names = "pmx_ts_active","pmx_ts_suspend",
							"pmx_ts_release";
			pinctrl-0 = <&ts_int_active &ts_ite_reset_active>;
			pinctrl-1 = <&ts_int_suspend &ts_ite_reset_suspend>;
			pinctrl-2 = <&ts_release>;
			ite,reset-gpio = <&msm_gpio 12 0x00>;
			ite,irq-gpio = <&msm_gpio 13 0x2008>;
			ite,panel-coords = <0 0 320 320>;
			ite,display-coords = <0 0 320 320>;
			ite,reset-delay = <20>;
			ite,num-fingers = <2>;
			ite,wakeup;
			ite,palm-detect-en;
			ite,palm-detect-keycode = <142>;
			ite,fw-name = "it7260_fw_050D0014.bin";
			ite,cfg-name = "it7260_cfg_62011E01.bin";
			ite,avdd-lpm-cur = <3000>;
		};
	};
};

&external_image_mem {