Loading arch/arm64/boot/dts/qcom/sm8150-pinctrl.dtsi +42 −0 Original line number Diff line number Diff line Loading @@ -283,6 +283,48 @@ }; }; pmx_ts_active { ts_active: ts_active { mux { pins = "gpio122", "gpio54"; function = "gpio"; }; config { pins = "gpio122", "gpio54"; drive-strength = <8>; bias-pull-up; }; }; }; pmx_ts_int_suspend { ts_int_suspend: ts_int_suspend { mux { pins = "gpio122"; function = "gpio"; }; config { pins = "gpio122"; drive-strength = <2>; bias-pull-down; }; }; }; pmx_ts_reset_suspend { ts_reset_suspend: ts_reset_suspend { mux { pins = "gpio54"; function = "gpio"; }; config { pins = "gpio54"; drive-strength = <2>; bias-pull-down; }; }; }; pcie0 { pcie0_clkreq_default: pcie0_clkreq_default { mux { Loading arch/arm64/boot/dts/qcom/sm8150-qrd.dtsi +20 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,26 @@ #cooling-cells = <2>; }; &qupv3_se17_i2c { status = "ok"; st_fts@49 { compatible = "st,fts"; reg = <0x49>; interrupt-parent = <&tlmm>; interrupts = <122 0x2008>; vdd-supply = <&pm855_s4>; avdd-supply = <&pm855_l17>; pinctrl-names = "pmx_ts_active", "pmx_ts_suspend"; pinctrl-0 = <&ts_active>; pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>; st,irq-gpio = <&tlmm 122 0x2008>; st,reset-gpio = <&tlmm 54 0x00>; st,regulator_dvdd = "vdd"; st,regulator_avdd = "avdd"; }; }; &snd_9360 { qcom,model = "sm8150-pahu-qrd-snd-card"; qcom,audio-routing = Loading Loading
arch/arm64/boot/dts/qcom/sm8150-pinctrl.dtsi +42 −0 Original line number Diff line number Diff line Loading @@ -283,6 +283,48 @@ }; }; pmx_ts_active { ts_active: ts_active { mux { pins = "gpio122", "gpio54"; function = "gpio"; }; config { pins = "gpio122", "gpio54"; drive-strength = <8>; bias-pull-up; }; }; }; pmx_ts_int_suspend { ts_int_suspend: ts_int_suspend { mux { pins = "gpio122"; function = "gpio"; }; config { pins = "gpio122"; drive-strength = <2>; bias-pull-down; }; }; }; pmx_ts_reset_suspend { ts_reset_suspend: ts_reset_suspend { mux { pins = "gpio54"; function = "gpio"; }; config { pins = "gpio54"; drive-strength = <2>; bias-pull-down; }; }; }; pcie0 { pcie0_clkreq_default: pcie0_clkreq_default { mux { Loading
arch/arm64/boot/dts/qcom/sm8150-qrd.dtsi +20 −0 Original line number Diff line number Diff line Loading @@ -54,6 +54,26 @@ #cooling-cells = <2>; }; &qupv3_se17_i2c { status = "ok"; st_fts@49 { compatible = "st,fts"; reg = <0x49>; interrupt-parent = <&tlmm>; interrupts = <122 0x2008>; vdd-supply = <&pm855_s4>; avdd-supply = <&pm855_l17>; pinctrl-names = "pmx_ts_active", "pmx_ts_suspend"; pinctrl-0 = <&ts_active>; pinctrl-1 = <&ts_int_suspend &ts_reset_suspend>; st,irq-gpio = <&tlmm 122 0x2008>; st,reset-gpio = <&tlmm 54 0x00>; st,regulator_dvdd = "vdd"; st,regulator_avdd = "avdd"; }; }; &snd_9360 { qcom,model = "sm8150-pahu-qrd-snd-card"; qcom,audio-routing = Loading