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

Commit 3c6bc0de authored by Ritesh Kumar's avatar Ritesh Kumar
Browse files

ARM: dts: msm: Add novatek touch node in yupik trusted VM

Add novatek touch node to enable trusted touch in yupik
trusted VM.

Change-Id: I5a745e74bf3b8af2fd27b5d0021b3f8252e8edb0
parent cbaee27e
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -269,7 +269,16 @@
		dma-names = "tx", "rx";
		qcom,wrapper-core = <&qupv3_1>;
		qcom,le-vm;
		status = "disabled";
		status = "ok";
		novatek@62 {
			compatible = "novatek,NVT-ts";
			reg = <0x62>;
			novatek,trusted-touch-mode = "vm_mode";
			novatek,touch-environment = "tvm";
			novatek,trusted-touch-spi-irq = <601>;
			novatek,trusted-touch-io-bases = <0xf134000 0xf135000 0xf169000 0xf151000 0xa94000 0x00a10000>;
			novatek,trusted-touch-io-sizes = <0x1000 0x1000 0x1000 0x1000 0x1000 0x4000>;
		};
	};

	qupv3_se13_spi: spi@a94000 {