Lines Matching +full:vccio +full:- +full:supply

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Sandeep Panda <spanda@codeaurora.org>
23 enable-gpios:
27 suspend-gpios:
31 no-hpd:
37 vccio-supply:
38 description: A 1.8V supply that powers the digital IOs.
40 vpll-supply:
41 description: A 1.8V supply that powers the DisplayPort PLL.
43 vcca-supply:
44 description: A 1.2V supply that powers the analog circuits.
46 vcc-supply:
47 description: A 1.2V supply that powers the digital core.
58 clock-names:
61 gpio-controller: true
62 '#gpio-cells':
66 1-based to match the datasheet. See ../../gpio/gpio.txt for more
69 '#pwm-cells':
78 "#address-cells":
81 "#size-cells":
99 remote-endpoint: true
102 - reg
120 remote-endpoint: true
122 data-lanes:
124 - minItems: 1
129 - 0
130 - 1
134 See ../../media/video-interface.txt for details.
136 - minItems: 2
141 - 0
142 - 1
146 See ../../media/video-interface.txt for details.
148 - minItems: 4
153 - 0
154 - 1
155 - 2
156 - 3
160 See ../../media/video-interface.txt for details.
162 lane-polarities:
167 - 0
168 - 1
169 description: See ../../media/video-interface.txt
172 lane-polarities: [data-lanes]
175 - reg
178 - "#address-cells"
179 - "#size-cells"
180 - port@0
181 - port@1
184 - compatible
185 - reg
186 - enable-gpios
187 - vccio-supply
188 - vpll-supply
189 - vcca-supply
190 - vcc-supply
191 - ports
196 - |
197 #include <dt-bindings/clock/qcom,rpmh.h>
198 #include <dt-bindings/gpio/gpio.h>
199 #include <dt-bindings/interrupt-controller/irq.h>
202 #address-cells = <1>;
203 #size-cells = <0>;
209 interrupt-parent = <&tlmm>;
212 enable-gpios = <&tlmm 102 GPIO_ACTIVE_HIGH>;
214 vpll-supply = <&src_pp1800_s4a>;
215 vccio-supply = <&src_pp1800_s4a>;
216 vcca-supply = <&src_pp1200_l2a>;
217 vcc-supply = <&src_pp1200_l2a>;
220 clock-names = "refclk";
222 no-hpd;
225 #address-cells = <1>;
226 #size-cells = <0>;
231 remote-endpoint = <&dsi0_out>;
238 remote-endpoint = <&panel_in_edp>;
244 - |
245 #include <dt-bindings/clock/qcom,rpmh.h>
246 #include <dt-bindings/gpio/gpio.h>
247 #include <dt-bindings/interrupt-controller/irq.h>
250 #address-cells = <1>;
251 #size-cells = <0>;
257 enable-gpios = <&msmgpio 33 GPIO_ACTIVE_HIGH>;
258 suspend-gpios = <&msmgpio 34 GPIO_ACTIVE_LOW>;
260 interrupts-extended = <&gpio3 4 IRQ_TYPE_EDGE_FALLING>;
262 vccio-supply = <&pm8916_l17>;
263 vcca-supply = <&pm8916_l6>;
264 vpll-supply = <&pm8916_l17>;
265 vcc-supply = <&pm8916_l6>;
267 clock-names = "refclk";
271 #address-cells = <1>;
272 #size-cells = <0>;
278 remote-endpoint = <&dsi_out>;
286 data-lanes = <2 1 3 0>;
287 lane-polarities = <0 1 0 1>;
288 remote-endpoint = <&edp_panel_in>;