Lines Matching +full:disable +full:- +full:state
1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-samsung-gt5-common.dtsi"
10 chassis-type = "tablet";
12 reg_5p4v: regulator-5p4v {
13 compatible = "regulator-fixed";
14 regulator-name = "vlcd_5p4v";
15 regulator-min-microvolt = <5400000>;
16 regulator-max-microvolt = <5400000>;
19 enable-active-high;
21 pinctrl-0 = <&buckbooster_en_default>;
22 pinctrl-names = "default";
25 reg_vdd_tsp: regulator-vdd-tsp {
26 compatible = "regulator-fixed";
27 regulator-name = "vdd_tsp";
28 regulator-min-microvolt = <3300000>;
29 regulator-max-microvolt = <3300000>;
32 enable-active-high;
34 pinctrl-0 = <®_tsp_en_default>;
35 pinctrl-names = "default";
38 i2c-amplifier {
39 compatible = "i2c-gpio";
40 sda-gpios = <&tlmm 55 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
41 scl-gpios = <&tlmm 56 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
43 pinctrl-0 = <&_i2c_default>;
44 pinctrl-names = "default";
46 #address-cells = <1>;
47 #size-cells = <0>;
49 speaker_codec: audio-codec@34 {
52 vddd-supply = <&pm8916_l5>;
53 sound-name-prefix = "Speaker";
54 #sound-dai-cells = <0>;
59 compatible = "gpio-vibrator";
60 enable-gpios = <&tlmm 76 GPIO_ACTIVE_HIGH>;
62 pinctrl-0 = <&vibrator_en_default>;
63 pinctrl-names = "default";
73 interrupt-parent = <&tlmm>;
76 touchscreen-size-x = <768>;
77 touchscreen-size-y = <1024>;
80 vcca-supply = <®_vdd_tsp>;
81 vdd-supply = <&pm8916_l6>;
83 pinctrl-0 = <&tsp_int_default>;
84 pinctrl-names = "default";
97 pinctrl-0 = <&mdss_default>;
98 pinctrl-1 = <&mdss_sleep>;
99 pinctrl-names = "default", "sleep";
105 power-supply = <®_5p4v>;
106 vmipi-supply = <&pm8916_l5>;
107 reset-gpios = <&tlmm 97 GPIO_ACTIVE_LOW>;
111 remote-endpoint = <&mdss_dsi0_out>;
118 data-lanes = <0 1 2 3>;
119 remote-endpoint = <&panel_in>;
123 model = "samsung-a2015";
124 pinctrl-0 = <&cdc_pdm_default &sec_mi2s_default &secondary_mic_default>;
125 pinctrl-1 = <&cdc_pdm_sleep &sec_mi2s_sleep &secondary_mic_default>;
126 pinctrl-names = "default", "sleep";
130 amp_i2c_default: amp-i2c-default-state {
133 drive-strength = <2>;
134 bias-disable;
137 buckbooster_en_default: buckbooster-en-default-state {
140 drive-strength = <2>;
141 bias-disable;
144 mdss_default: mdss-default-state {
147 drive-strength = <8>;
148 bias-disable;
151 mdss_sleep: mdss-sleep-state {
154 drive-strength = <2>;
155 bias-pull-down;
158 reg_tsp_en_default: reg-tsp-en-default-state {
161 drive-strength = <2>;
162 bias-disable;
165 secondary_mic_default: secondary-mic-default-state {
168 drive-strength = <2>;
169 bias-disable;
170 output-high;
173 tsp_int_default: tsp-int-default-state {
176 drive-strength = <2>;
177 bias-disable;
180 vibrator_en_default: vibrator-en-default-state {
183 drive-strength = <2>;
184 bias-disable;