mirror of
				https://github.com/oplus-giulia-dev/android_kernel_oneplus_sm8650-devicetrees
				synced 2025-11-04 06:44:04 +08:00 
			
		
		
		
	Add trusted touch properties for cliffs on CDP, MTP, RCM and QRD platforms. Change-Id: I24fc6052ce0f1a86dd422f4de2461485254e4ed8
		
			
				
	
	
		
			26 lines
		
	
	
		
			669 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			669 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
&soc {
 | 
						|
};
 | 
						|
 | 
						|
&qupv3_se4_spi {
 | 
						|
	status = "ok";
 | 
						|
	goodix-berlin@0 {
 | 
						|
		compatible = "goodix,gt9916S";
 | 
						|
		reg = <0>;
 | 
						|
		spi-max-frequency = <1000000>;
 | 
						|
		goodix,panel-max-x = <1080>;
 | 
						|
		goodix,panel-max-y = <2400>;
 | 
						|
		goodix,panel-max-w = <255>;
 | 
						|
		goodix,panel-max-p = <4096>;
 | 
						|
		goodix,touch-type = "primary";
 | 
						|
		goodix,qts_en;
 | 
						|
		qts,trusted-touch-mode = "vm_mode";
 | 
						|
		qts,touch-environment = "tvm";
 | 
						|
		qts,trusted-touch-type = "primary";
 | 
						|
		qts,trusted-touch-spi-irq = <668>;
 | 
						|
		qts,trusted-touch-io-bases = <0xa90000>;
 | 
						|
		qts,trusted-touch-io-sizes = <0x1000>;
 | 
						|
		qts,trusted-touch-vm-gpio-list = <&tlmm 16 0 &tlmm 17 0 &tlmm 18 0
 | 
						|
						&tlmm 19 0 &tlmm 128 0 &tlmm 129 0x2008>;
 | 
						|
	};
 | 
						|
};
 |