ARM: dts: msm: Add new touch IC for Kalama QRD

Add a new touch IC from vendor for Kalama QRD project.

Change-Id: Ia29448973acac09ae0f99c215ba3ea6d827beaf8
This commit is contained in:
Fei Mao
2022-01-26 14:40:19 +08:00
committed by Gerrit - the friendly Code Review server
parent 1f21878854
commit 06d5835dcb
3 changed files with 112 additions and 0 deletions

View File

@@ -3074,4 +3074,66 @@
};
};
};
/* touchscreen pins */
pmx_ts_active {
ts_active: ts_active {
mux {
pins = "gpio24", "gpio25";
function = "gpio";
};
config {
pins = "gpio24", "gpio25";
drive-strength = <8>;
bias-pull-up;
};
};
};
pmx_ts_reset_suspend {
ts_reset_suspend: ts_reset_suspend {
mux {
pins = "gpio24";
function = "gpio";
};
config {
pins = "gpio24";
drive-strength = <2>;
bias-pull-down;
};
};
};
pmx_ts_int_suspend {
ts_int_suspend: ts_int_suspend {
mux {
pins = "gpio25";
function = "gpio";
};
config {
pins = "gpio25";
drive-strength = <2>;
bias-pull-down;
};
};
};
pmx_ts_release {
ts_release: ts_release {
mux {
pins = "gpio24", "gpio25";
function = "gpio";
};
config {
pins = "gpio24", "gpio25";
drive-strength = <2>;
bias-disable;
};
};
};
};

View File

@@ -141,3 +141,37 @@
&pm8550_flash {
status = "ok";
};
&qupv3_se4_spi {
#address-cells = <1>;
#size-cells = <0>;
status = "ok";
qcom,touch-active = "goodix,gt9916S";
goodix-berlin@0 {
compatible = "goodix,gt9916S";
reg = <0>;
spi-max-frequency = <1000000>;
goodix,avdd-name = "avdd";
avdd-supply = <&L14B>;
interrupt-parent = <&tlmm>;
interrupts = <25 0x2008>;
goodix,reset-gpio = <&tlmm 24 0x00>;
goodix,irq-gpio = <&tlmm 25 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.bin";
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>;
};
};

View File

@@ -1,3 +1,19 @@
&soc {
};
&qupv3_se4_i2c {
status = "disabled";
};
&qupv3_se4_spi {
status = "ok";
goodix-berlin@0 {
compatible = "goodix,gt9916S";
reg = <0>;
spi-max-frequency = <1000000>;
goodix,panel-max-x = <1080>;
goodix,panel-max-y = <2400>;
goodix,panel-max-w = <255>;
goodix,panel-max-p = <4096>;
};
};