mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: msm: Add focaltech touch support on Diwali IDPS
This change adds focaltech touch support on IDPS platform of Diwali. Change-Id: If792aec8a079a2ba9cb560e95d579eb5f4f98723
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
53c7599285
commit
2035c58b72
@@ -55,6 +55,25 @@
|
||||
novatek,trusted-touch-vm-gpio-list = <&tlmm 0 0 &tlmm 1 0 &tlmm 2 0
|
||||
&tlmm 3 0 &tlmm 17 0 &tlmm 51 0x2008>;
|
||||
};
|
||||
|
||||
focaltech@38 {
|
||||
compatible = "focaltech,fts_ts";
|
||||
reg = <0x38>;
|
||||
interrupt-parent = <&tlmm>;
|
||||
interrupts = <51 0x2008>;
|
||||
focaltech,reset-gpio = <&tlmm 17 0x00>;
|
||||
focaltech,irq-gpio = <&tlmm 51 0x2008>;
|
||||
focaltech,max-touch-number = <5>;
|
||||
focaltech,display-coords = <0 0 1080 2340>;
|
||||
focaltech,touch-type = "primary";
|
||||
|
||||
vdd-supply = <&L3C>;
|
||||
|
||||
pinctrl-names = "pmx_ts_active", "pmx_ts_suspend","pmx_ts_release";
|
||||
pinctrl-0 = <&ts_active>;
|
||||
pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>;
|
||||
pinctrl-2 = <&ts_release>;
|
||||
};
|
||||
};
|
||||
|
||||
&qupv3_se9_i2c {
|
||||
|
||||
Reference in New Issue
Block a user