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

Commit 40a71ca7 authored by Amine Najahi's avatar Amine Najahi
Browse files

ARM: dts: msm: select visionox panel and touch controller for TVM

Select visionox default panel and focaltech touch controller for Lahaina
MTP V2.1 trusted VM.

Change-Id: I78eb1dcbd20c342d1db9857abcb710bb60832e82
parent 04316b67
Loading
Loading
Loading
Loading
+19 −1
Original line number Diff line number Diff line
#include "lahaina-vm-mtp.dtsi"

&qupv3_se4_i2c {
	status = "ok";
	focaltech@38 {
		compatible = "focaltech,fts_ts";
		reg = <0x38>;
		focaltech,max-touch-number = <5>;
		focaltech,display-coords = <0 0 1080 2340>;
		focaltech,trusted-touch-mode = "vm_mode";
		focaltech,touch-environment = "tvm";
		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>;
	};
};

&sde_dsi {
	qcom,dsi-default-panel = <&dsi_r66451_amoled_cmd>;
};