Lines Matching +full:msm8916 +full:- +full:pinctrl
1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-samsung-gt5-common.dtsi"
9 compatible = "samsung,gt58", "qcom,msm8916";
10 chassis-type = "tablet";
12 reg_vdd_tsp: regulator-vdd-tsp {
13 compatible = "regulator-fixed";
14 regulator-name = "vdd_tsp";
15 regulator-min-microvolt = <3300000>;
16 regulator-max-microvolt = <3300000>;
19 enable-active-high;
21 pinctrl-0 = <®_tsp_en_default>;
22 pinctrl-names = "default";
26 compatible = "gpio-vibrator";
27 enable-gpios = <&tlmm 76 GPIO_ACTIVE_HIGH>;
29 pinctrl-0 = <&vibrator_en_default>;
30 pinctrl-names = "default";
40 interrupt-parent = <&tlmm>;
43 touchscreen-size-x = <768>;
44 touchscreen-size-y = <1024>;
46 vcca-supply = <®_vdd_tsp>;
47 vdd-supply = <&pm8916_l6>;
49 pinctrl-0 = <&tsp_int_default>;
50 pinctrl-names = "default";
55 reg_tsp_en_default: reg-tsp-en-default-state {
58 drive-strength = <2>;
59 bias-disable;
62 tsp_int_default: tsp-int-default-state {
65 drive-strength = <2>;
66 bias-disable;
69 vibrator_en_default: vibrator-en-default-state {
72 drive-strength = <2>;
73 bias-disable;