ARM: dts: msm: Enable touch for ravelin vm
Add focaltech touch support to ravelin vm. Change-Id: Ie3c1399541929f6b0a3059ee41689b3f5ddc4a7d Signed-off-by: Balaji Vekatesh Kalkonda <quic_bkalkond@quicinc.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
&qupv3_se1_i2c {
|
||||
status = "ok";
|
||||
focaltech@38 {
|
||||
compatible = "focaltech,fts_ts";
|
||||
reg = <0x38>;
|
||||
focaltech,display-coords = <0 0 1080 2408>;
|
||||
focaltech,max-touch-number = <5>;
|
||||
@@ -16,13 +17,15 @@
|
||||
focaltech,reset-gpio-base = <0xF10C000>;
|
||||
focaltech,intr-gpio-base = <0xF10D000>;
|
||||
|
||||
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 = <0x984000 0x910000>;
|
||||
focaltech,trusted-touch-io-sizes = <0x1000 0x4000>;
|
||||
focaltech,trusted-touch-vm-gpio-list = <&tlmm 10 0 &tlmm 11 0
|
||||
focaltech,touch-type = "primary";
|
||||
focaltech,qts_en;
|
||||
qts,trusted-touch-mode = "vm_mode";
|
||||
qts,touch-environment = "tvm";
|
||||
qts,trusted-touch-type = "primary";
|
||||
qts,trusted-touch-spi-irq = <566>;
|
||||
qts,trusted-touch-io-bases = <0x984000 0x910000>;
|
||||
qts,trusted-touch-io-sizes = <0x1000 0x4000>;
|
||||
qts,trusted-touch-vm-gpio-list = <&tlmm 10 0 &tlmm 11 0
|
||||
&tlmm 12 0 &tlmm 13 0x2008>;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user