ARM: dts: msm: add reset/irq gpio base address for focaltech

Add reset/irq gpio base address for focaltech touch in SVM.

Change-Id: I2ae8d9cd7e629673e58435e85e1afd9a72812d00
This commit is contained in:
Ritesh Kumar
2023-01-04 01:10:11 +05:30
committed by Gerrit - the friendly Code Review server
parent 93a1c7df3c
commit b3b6942df3
3 changed files with 6 additions and 0 deletions

View File

@@ -9,6 +9,8 @@
focaltech,display-coords = <0 0 1080 2408>;
focaltech,max-touch-number = <5>;
focaltech,ic-type = <0x8726081C>;
focaltech,reset-gpio-base = <0xF10C000>;
focaltech,intr-gpio-base = <0xF10D000>;
focaltech,trusted-touch-mode = "vm_mode";
focaltech,touch-environment = "tvm";

View File

@@ -5,6 +5,8 @@
reg = <0x38>;
focaltech,display-coords = <0 0 1080 2340>;
focaltech,max-touch-number = <5>;
focaltech,reset-gpio-base = <0xF114000>;
focaltech,intr-gpio-base = <0xF115000>;
focaltech,trusted-touch-mode = "vm_mode";
focaltech,trusted-touch-type = "primary";
focaltech,touch-environment = "tvm";

View File

@@ -6,6 +6,8 @@
reg = <0x38>;
focaltech,display-coords = <0 0 1080 2340>;
focaltech,max-touch-number = <5>;
focaltech,reset-gpio-base = <0xF114000>;
focaltech,intr-gpio-base = <0xF115000>;
focaltech,trusted-touch-mode = "vm_mode";
focaltech,touch-environment = "tvm";
focaltech,trusted-touch-type = "primary";