Loading qcom/scuba-idp.dtsi +24 −0 Original line number Diff line number Diff line Loading @@ -94,3 +94,27 @@ &sde_dsi { qcom,dsi-default-panel = <&dsi_nt36525_truly_video>; }; &qupv3_se2_i2c { status = "okay"; qcom,i2c-touch-active="novatek,NVT-ts"; novatek@62 { compatible = "novatek,NVT-ts"; reg = <0x62>; status = "ok"; 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>; novatek,reset-gpio = <&tlmm 71 0x00>; novatek,irq-gpio = <&tlmm 80 0x2008>; panel = <&dsi_nt36525_truly_video>; }; }; qcom/scuba-pinctrl.dtsi +75 −0 Original line number Diff line number Diff line Loading @@ -628,6 +628,81 @@ }; }; 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; }; }; }; pm8008_interrupt: pm8008_interrupt { mux { pins = "gpio25"; Loading Loading
qcom/scuba-idp.dtsi +24 −0 Original line number Diff line number Diff line Loading @@ -94,3 +94,27 @@ &sde_dsi { qcom,dsi-default-panel = <&dsi_nt36525_truly_video>; }; &qupv3_se2_i2c { status = "okay"; qcom,i2c-touch-active="novatek,NVT-ts"; novatek@62 { compatible = "novatek,NVT-ts"; reg = <0x62>; status = "ok"; 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>; novatek,reset-gpio = <&tlmm 71 0x00>; novatek,irq-gpio = <&tlmm 80 0x2008>; panel = <&dsi_nt36525_truly_video>; }; };
qcom/scuba-pinctrl.dtsi +75 −0 Original line number Diff line number Diff line Loading @@ -628,6 +628,81 @@ }; }; 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; }; }; }; pm8008_interrupt: pm8008_interrupt { mux { pins = "gpio25"; Loading