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

Commit 73635437 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents af34396d 3b6ecd7a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -75,6 +75,11 @@
		st,y-flip = <1>;
		st,regulator_dvdd = "vdd";
		st,regulator_avdd = "avdd";
		st,trusted-touch-mode = "vm_mode";
		st,touch-environment = "pvm";
		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>;
		panel = <&dsi_sw43404_amoled_cmd &dsi_sw43404_amoled_video
			 &dsi_sw43404_amoled_fhd_plus_cmd>;
	};
+13 −0
Original line number Diff line number Diff line
@@ -324,6 +324,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>;
		};
	};
};