Lines Matching +full:aux +full:- +full:bus

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Douglas Anderson <dianders@chromium.org>
23 enable-gpios:
27 suspend-gpios:
31 no-hpd:
37 vccio-supply:
40 vpll-supply:
43 vcca-supply:
46 vcc-supply:
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':
73 aux-bus:
74 $ref: /schemas/display/dp-aux-bus.yaml#
86 $ref: /schemas/graph.yaml#/$defs/port-base
93 $ref: /schemas/media/video-interfaces.yaml#
97 data-lanes:
99 - minItems: 1
104 - 0
105 - 1
110 - minItems: 2
115 - 0
116 - 1
121 - minItems: 4
126 - 0
127 - 1
128 - 2
129 - 3
134 lane-polarities:
139 - 0
140 - 1
143 lane-polarities: [data-lanes]
146 - port@0
147 - port@1
150 - compatible
151 - reg
152 - vccio-supply
153 - vpll-supply
154 - vcca-supply
155 - vcc-supply
156 - ports
161 - |
162 #include <dt-bindings/clock/qcom,rpmh.h>
163 #include <dt-bindings/gpio/gpio.h>
164 #include <dt-bindings/interrupt-controller/irq.h>
167 #address-cells = <1>;
168 #size-cells = <0>;
174 interrupt-parent = <&tlmm>;
177 enable-gpios = <&tlmm 102 GPIO_ACTIVE_HIGH>;
179 vpll-supply = <&src_pp1800_s4a>;
180 vccio-supply = <&src_pp1800_s4a>;
181 vcca-supply = <&src_pp1200_l2a>;
182 vcc-supply = <&src_pp1200_l2a>;
185 clock-names = "refclk";
187 no-hpd;
190 #address-cells = <1>;
191 #size-cells = <0>;
196 remote-endpoint = <&dsi0_out>;
203 remote-endpoint = <&panel_in_edp>;
208 aux-bus {
210 compatible = "boe,nv133fhm-n62";
211 power-supply = <&pp3300_dx_edp>;
213 hpd-gpios = <&sn65dsi86_bridge 2 GPIO_ACTIVE_HIGH>;
217 remote-endpoint = <&sn65dsi86_out>;
224 - |
225 #include <dt-bindings/clock/qcom,rpmh.h>
226 #include <dt-bindings/gpio/gpio.h>
227 #include <dt-bindings/interrupt-controller/irq.h>
230 #address-cells = <1>;
231 #size-cells = <0>;
237 enable-gpios = <&msmgpio 33 GPIO_ACTIVE_HIGH>;
238 suspend-gpios = <&msmgpio 34 GPIO_ACTIVE_LOW>;
240 interrupts-extended = <&gpio3 4 IRQ_TYPE_EDGE_FALLING>;
242 vccio-supply = <&pm8916_l17>;
243 vcca-supply = <&pm8916_l6>;
244 vpll-supply = <&pm8916_l17>;
245 vcc-supply = <&pm8916_l6>;
247 clock-names = "refclk";
251 #address-cells = <1>;
252 #size-cells = <0>;
258 remote-endpoint = <&dsi_out>;
266 data-lanes = <2 1 3 0>;
267 lane-polarities = <0 1 0 1>;
268 remote-endpoint = <&edp_panel_in>;