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

Commit bc71a4b4 authored by Amine Najahi's avatar Amine Najahi
Browse files

ARM: dts: msm: add trusted touch support in PVM for Lahaina

Add trusted nodes to focaltech touch controller in primary VM.
This will allow PVM to enable/disable secure touch when
starting/stopping a TUI session.

Change-Id: Ia977e8e5269b874a0ad685926d02aa5f3f8054bc
parent f9ea72b6
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -102,6 +102,12 @@

		panel = <&dsi_r66451_amoled_cmd
			 &dsi_r66451_amoled_video>;

		focaltech,trusted-touch-mode = "vm_mode";
		focaltech,touch-environment = "pvm";
		focaltech,trusted-touch-spi-irq = <566>;
		focaltech,trusted-touch-io-bases = <0xF114000 0xF115000 0xF116000 0xF117000 0x990000 0x00910000>;
		focaltech,trusted-touch-io-sizes = <0x1000 0x1000 0x1000 0x1000 0x1000 0x4000>;
	};

	atmel_mxt_ts@4a {
+6 −0
Original line number Diff line number Diff line
@@ -104,6 +104,12 @@

		panel = <&dsi_r66451_amoled_cmd
			 &dsi_r66451_amoled_video>;

		focaltech,trusted-touch-mode = "vm_mode";
		focaltech,touch-environment = "pvm";
		focaltech,trusted-touch-spi-irq = <566>;
		focaltech,trusted-touch-io-bases = <0xF114000 0xF115000 0xF116000 0xF117000 0x990000 0x00910000>;
		focaltech,trusted-touch-io-sizes = <0x1000 0x1000 0x1000 0x1000 0x1000 0x4000>;
	};
};