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

Commit 3b6ecd7a authored by Shashank Babu Chinta Venkata's avatar Shashank Babu Chinta Venkata
Browse files

ARM: dts: msm: add fts node in trustedvm devicetree

Add fts node for trusted vm device tree and enable
trusted touch on trusted vm.

Change-Id: Ie4603e21fb9f9c1303c4d3365dc4643fc8d7184a
parent eca192eb
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -229,6 +229,19 @@
		qcom,wrapper-core = <&qupv3_0>;
		qcom,le-vm;
		status = "ok";
		st_fts@49 {
			compatible = "st,fts";
			reg = <0x49>;
			st,x-flip = <1>;
			st,y-flip = <1>;
			st,regulator_dvdd = "vdd";
			st,regulator_avdd = "avdd";
			st,trusted-touch-mode = "vm_mode";
			st,touch-environment = "tvm";
			st,trusted-touch-spi-irq = <566>;
			st,trusted-touch-io-bases = <0xF114000 0xF115000 0xF116000 0xF117000 0x990000 0x00910000>;
			st,trusted-touch-io-sizes = <0x1000 0x1000 0x1000 0x1000 0x4000 0x4000>;
		};
	};
};