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

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

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

parents 9545ec13 3c6bc0de
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -333,6 +333,8 @@ patternProperties:
    description: Firefly
  "^focaltech,.*":
    description: FocalTech Systems Co.,Ltd
  "^novatek,.*":
    description: NOVATEK Microelectronics Corporation
  "^friendlyarm,.*":
    description: Guangzhou FriendlyARM Computer Tech Co., Ltd
  "^fsl,.*":
+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 {