Loading qcom/bengal-idp.dtsi +29 −0 Original line number Diff line number Diff line Loading @@ -212,3 +212,32 @@ &sde_dsi { qcom,dsi-default-panel = <&dsi_td4330_truly_v2_video>; }; &qupv3_se2_i2c { status = "okay"; qcom,i2c-touch-active="synaptics,tcm-i2c"; synaptics_tcm@20 { compatible = "synaptics,tcm-i2c"; reg = <0x20>; interrupt-parent = <&tlmm>; interrupts = <80 0x2008>; pinctrl-names = "pmx_ts_active","pmx_ts_suspend", "pmx_ts_release"; pinctrl-0 = <&ts_int_active &ts_reset_active>; pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>; pinctrl-2 = <&ts_release>; synaptics,irq-gpio = <&tlmm 80 0x2008>; synaptics,irq-on-state = <0>; synaptics,reset-gpio = <&tlmm 71 0x00>; synaptics,reset-on-state = <0>; synaptics,reset-active-ms = <20>; synaptics,reset-delay-ms = <200>; synaptics,power-delay-ms = <200>; synaptics,ubl-i2c-addr = <0x20>; synaptics,extend_report; synaptics,firmware-name = "synaptics_firmware_k.img"; panel = <&dsi_td4330_truly_v2_video &dsi_td4330_truly_v2_cmd>; }; }; qcom/bengal-pinctrl.dtsi +75 −0 Original line number Diff line number Diff line Loading @@ -947,5 +947,80 @@ }; }; }; pmx_ts_int_active { ts_int_active: ts_int_active { mux { pins = "gpio80"; function = "gpio"; }; config { pins = "gpio80"; drive-strength = <8>; bias-pull-up; }; }; }; pmx_ts_int_suspend { ts_int_suspend: ts_int_suspend { mux { pins = "gpio80"; function = "gpio"; }; config { pins = "gpio80"; drive-strength = <2>; bias-pull-down; }; }; }; pmx_ts_reset_active { ts_reset_active: ts_reset_active { mux { pins = "gpio71"; function = "gpio"; }; config { pins = "gpio71"; drive-strength = <8>; bias-pull-up; }; }; }; pmx_ts_reset_suspend { ts_reset_suspend: ts_reset_suspend { mux { pins = "gpio71"; function = "gpio"; }; config { pins = "gpio71"; drive-strength = <2>; bias-pull-down; }; }; }; pmx_ts_release { ts_release: ts_release { mux { pins = "gpio80", "gpio71"; function = "gpio"; }; config { pins = "gpio80", "gpio71"; drive-strength = <2>; bias-pull-down; }; }; }; }; }; Loading
qcom/bengal-idp.dtsi +29 −0 Original line number Diff line number Diff line Loading @@ -212,3 +212,32 @@ &sde_dsi { qcom,dsi-default-panel = <&dsi_td4330_truly_v2_video>; }; &qupv3_se2_i2c { status = "okay"; qcom,i2c-touch-active="synaptics,tcm-i2c"; synaptics_tcm@20 { compatible = "synaptics,tcm-i2c"; reg = <0x20>; interrupt-parent = <&tlmm>; interrupts = <80 0x2008>; pinctrl-names = "pmx_ts_active","pmx_ts_suspend", "pmx_ts_release"; pinctrl-0 = <&ts_int_active &ts_reset_active>; pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>; pinctrl-2 = <&ts_release>; synaptics,irq-gpio = <&tlmm 80 0x2008>; synaptics,irq-on-state = <0>; synaptics,reset-gpio = <&tlmm 71 0x00>; synaptics,reset-on-state = <0>; synaptics,reset-active-ms = <20>; synaptics,reset-delay-ms = <200>; synaptics,power-delay-ms = <200>; synaptics,ubl-i2c-addr = <0x20>; synaptics,extend_report; synaptics,firmware-name = "synaptics_firmware_k.img"; panel = <&dsi_td4330_truly_v2_video &dsi_td4330_truly_v2_cmd>; }; };
qcom/bengal-pinctrl.dtsi +75 −0 Original line number Diff line number Diff line Loading @@ -947,5 +947,80 @@ }; }; }; pmx_ts_int_active { ts_int_active: ts_int_active { mux { pins = "gpio80"; function = "gpio"; }; config { pins = "gpio80"; drive-strength = <8>; bias-pull-up; }; }; }; pmx_ts_int_suspend { ts_int_suspend: ts_int_suspend { mux { pins = "gpio80"; function = "gpio"; }; config { pins = "gpio80"; drive-strength = <2>; bias-pull-down; }; }; }; pmx_ts_reset_active { ts_reset_active: ts_reset_active { mux { pins = "gpio71"; function = "gpio"; }; config { pins = "gpio71"; drive-strength = <8>; bias-pull-up; }; }; }; pmx_ts_reset_suspend { ts_reset_suspend: ts_reset_suspend { mux { pins = "gpio71"; function = "gpio"; }; config { pins = "gpio71"; drive-strength = <2>; bias-pull-down; }; }; }; pmx_ts_release { ts_release: ts_release { mux { pins = "gpio80", "gpio71"; function = "gpio"; }; config { pins = "gpio80", "gpio71"; drive-strength = <2>; bias-pull-down; }; }; }; }; };