mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
ARM: dts: msm: Enable trusted touch for Diwali QRD
This change enables trusted touch over SPI for Diwali QRD. Change-Id: Idbb77af9e5a6edc5e41abec2663ce5d0122acd6d
This commit is contained in:
@@ -117,6 +117,11 @@
|
||||
focaltech,trusted-touch-mode = "vm_mode";
|
||||
focaltech,touch-environment = "pvm";
|
||||
focaltech,trusted-touch-type = "primary";
|
||||
focaltech,trusted-touch-spi-irq = <566>;
|
||||
focaltech,trusted-touch-io-bases = <0x980000 0x910000>;
|
||||
focaltech,trusted-touch-io-sizes = <0x1000 0x4000>;
|
||||
focaltech,trusted-touch-vm-gpio-list = <&tlmm 0 0 &tlmm 1 0 &tlmm 2 0
|
||||
&tlmm 3 0 &tlmm 17 0 &tlmm 51 0x2008>;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -1,2 +1,29 @@
|
||||
&soc {
|
||||
};
|
||||
|
||||
&qupv3_se0_i2c {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&qupv3_se0_spi {
|
||||
status = "ok";
|
||||
qcom,spi-touch-active = "focaltech,fts_ts";
|
||||
|
||||
focaltech@0 {
|
||||
compatible = "focaltech,fts_ts";
|
||||
reg = <0x0>;
|
||||
spi-max-frequency = <6000000>;
|
||||
focaltech,max-touch-number = <5>;
|
||||
focaltech,display-coords = <0 0 1080 2340>;
|
||||
focaltech,ic-type = <0x3658D488>;
|
||||
|
||||
focaltech,trusted-touch-mode = "vm_mode";
|
||||
focaltech,touch-environment = "tvm";
|
||||
focaltech,trusted-touch-type = "primary";
|
||||
focaltech,trusted-touch-spi-irq = <566>;
|
||||
focaltech,trusted-touch-io-bases = <0x980000 0x910000>;
|
||||
focaltech,trusted-touch-io-sizes = <0x1000 0x4000>;
|
||||
focaltech,trusted-touch-vm-gpio-list = <&tlmm 0 0 &tlmm 1 0 &tlmm 2 0
|
||||
&tlmm 3 0 &tlmm 17 0 &tlmm 51 0x2008>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user