Lines Matching +full:enable +full:- +full:lcd +full:- +full:bias

1 // SPDX-License-Identifier: GPL-2.0-only
3 /dts-v1/;
5 #include "msm8916-samsung-gt5-common.dtsi"
10 chassis-type = "tablet";
12 speaker_codec: audio-codec {
14 sdmode-gpios = <&tlmm 55 GPIO_ACTIVE_HIGH>;
15 #sound-dai-cells = <0>;
16 pinctrl-0 = <&audio_sdmode_default>;
17 pinctrl-names = "default";
21 compatible = "clk-pwm";
22 #pwm-cells = <2>;
26 pinctrl-0 = <&motor_pwm_default>;
27 pinctrl-names = "default";
30 reg_lcd_vmipi: regulator-lcd-vmipi {
31 compatible = "regulator-fixed";
32 regulator-name = "lcd_vmipi";
33 regulator-min-microvolt = <1800000>;
34 regulator-max-microvolt = <1800000>;
37 enable-active-high;
39 pinctrl-0 = <&lcd_en_default>;
40 pinctrl-names = "default";
43 reg_motor_vdd: regulator-motor-vdd {
44 compatible = "regulator-fixed";
45 regulator-name = "motor_vdd";
46 regulator-min-microvolt = <3000000>;
47 regulator-max-microvolt = <3000000>;
50 enable-active-high;
52 pinctrl-0 = <&motor_en_default>;
53 pinctrl-names = "default";
56 reg_tsp_1p8v: regulator-tsp-1p8v {
57 compatible = "regulator-fixed";
58 regulator-name = "tsp_1p8v";
59 regulator-min-microvolt = <1800000>;
60 regulator-max-microvolt = <1800000>;
63 enable-active-high;
65 pinctrl-0 = <&tsp_en_default>;
66 pinctrl-names = "default";
69 reg_tsp_3p3v: regulator-tsp-3p3v {
70 compatible = "regulator-fixed";
71 regulator-name = "tsp_3p3v";
72 regulator-min-microvolt = <3300000>;
73 regulator-max-microvolt = <3300000>;
76 enable-active-high;
79 reg_vlcd_5p4v: regulator-vlcd-5p4v {
80 compatible = "regulator-fixed";
81 regulator-name = "vlcd_5p4v";
82 regulator-min-microvolt = <5400000>;
83 regulator-max-microvolt = <5400000>;
86 enable-active-high;
88 pinctrl-0 = <&buckbooster_en_default>;
89 pinctrl-names = "default";
93 compatible = "pwm-vibrator";
96 pwm-names = "enable";
98 vcc-supply = <&reg_motor_vdd>;
108 interrupt-parent = <&tlmm>;
111 vdd-supply = <&reg_tsp_1p8v>;
112 vdda-supply = <&reg_tsp_3p3v>;
114 reset-gpios = <&tlmm 114 GPIO_ACTIVE_LOW>;
116 pinctrl-0 = <&tsp_int_rst_default>;
117 pinctrl-names = "default";
132 pinctrl-0 = <&mdss_default>;
133 pinctrl-1 = <&mdss_sleep>;
134 pinctrl-names = "default", "sleep";
140 power-supply = <&reg_vlcd_5p4v>;
141 vmipi-supply = <&reg_lcd_vmipi>;
142 reset-gpios = <&tlmm 97 GPIO_ACTIVE_LOW>;
146 remote-endpoint = <&mdss_dsi0_out>;
153 data-lanes = <0 1 2 3>;
154 remote-endpoint = <&panel_in>;
158 model = "samsung-gt510";
159 pinctrl-0 = <&cdc_pdm_default &sec_mi2s_default>;
160 pinctrl-1 = <&cdc_pdm_sleep &sec_mi2s_sleep>;
161 pinctrl-names = "default", "sleep";
165 audio_sdmode_default: audio-sdmode-default-state {
168 drive-strength = <2>;
169 bias-disable;
172 buckbooster_en_default: buckbooster-en-default-state {
175 drive-strength = <2>;
176 bias-disable;
179 motor_en_default: motor-en-default-state {
182 drive-strength = <2>;
183 bias-disable;
186 motor_pwm_default: motor-pwm-default-state {
191 lcd_en_default: lcd-en-default-state {
194 drive-strength = <2>;
195 bias-disable;
198 mdss_default: mdss-default-state {
201 drive-strength = <8>;
202 bias-disable;
205 mdss_sleep: mdss-sleep-state {
208 drive-strength = <2>;
209 bias-pull-down;
212 tsp_en_default: tsp-en-default-state {
215 drive-strength = <2>;
216 bias-disable;
219 tsp_int_rst_default: tsp-int-rst-default-state {
222 drive-strength = <2>;
223 bias-disable;