ARM: dts: msm: enable touch support for Kera RCM platform
Enable touch support for Kera RCM platform. Change-Id: Ib065708aaffd287f5ab12dd67cd3b2b7cda90c3f Signed-off-by: Anand Tarakh <quic_atarakh@quicinc.com>
This commit is contained in:
@@ -23,3 +23,44 @@
|
|||||||
|
|
||||||
status = "ok";
|
status = "ok";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&qupv3_se8_spi {
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
status = "ok";
|
||||||
|
qcom,touch-active = "goodix,gt9916S";
|
||||||
|
qcom,la-vm;
|
||||||
|
|
||||||
|
goodix-berlin@0 {
|
||||||
|
compatible = "goodix,gt9916S";
|
||||||
|
reg = <0>;
|
||||||
|
spi-max-frequency = <1000000>;
|
||||||
|
interrupt-parent = <&tlmm>;
|
||||||
|
interrupts = <13 0x2008>;
|
||||||
|
goodix,reset-gpio = <&tlmm 16 0x00>;
|
||||||
|
goodix,irq-gpio = <&tlmm 13 0x2008>;
|
||||||
|
goodix,irq-flags = <2>;
|
||||||
|
goodix,panel-max-x = <1080>;
|
||||||
|
goodix,panel-max-y = <2400>;
|
||||||
|
goodix,panel-max-w = <255>;
|
||||||
|
goodix,panel-max-p = <4096>;
|
||||||
|
goodix,firmware-name = "goodix_firmware_spi.bin";
|
||||||
|
goodix,config-name = "goodix_cfg_group_spi.bin";
|
||||||
|
goodix,avdd-name = "avdd";
|
||||||
|
goodix,iovdd-name = "iovdd";
|
||||||
|
avdd-supply = <&L22B>;
|
||||||
|
iovdd-supply = <&L8B>;
|
||||||
|
goodix,touch-type = "primary";
|
||||||
|
goodix,qts_en;
|
||||||
|
|
||||||
|
qts,trusted-touch-mode = "vm_mode";
|
||||||
|
qts,touch-environment = "pvm";
|
||||||
|
qts,trusted-touch-type = "primary";
|
||||||
|
qts,trusted-touch-spi-irq = <653>;
|
||||||
|
qts,trusted-touch-io-bases = <0xa90000>;
|
||||||
|
qts,trusted-touch-io-sizes = <0x1000>;
|
||||||
|
qts,trusted-touch-vm-gpio-list = <&tlmm 0 0 &tlmm 1 0 &tlmm 2 0
|
||||||
|
&tlmm 3 0 &tlmm 16 0 &tlmm 13 0x2008>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user