Lines Matching +full:vdd +full:- +full:rx +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 - Vinay Simha BN <simhavcs@gmail.com>
15 MIPI DSI-RX Data 4-lane, CLK 1-lane with data rates up to 800 Mbps/lane.
17 Up to 1600x1200 24-bit/pixel resolution for single-link LVDS display panel
19 Up to WUXGA (1920x1200 24-bit pixels) resolution for dual-link LVDS display
30 vdd-supply:
32 description: 1.2V LVDS Power Supply
34 vddio-supply:
36 description: 1.8V IO Power Supply
38 stby-gpios:
42 reset-gpios:
51 Documentation/devicetree/bindings/media/video-interfaces.txt
53 "#address-cells":
56 "#size-cells":
76 - port@0
77 - port@1
80 - compatible
81 - reg
82 - vdd-supply
83 - vddio-supply
84 - stby-gpios
85 - reset-gpios
86 - ports
91 - |
92 #include <dt-bindings/gpio/gpio.h>
94 /* For single-link LVDS display panel */
98 label = "HS-I2C2";
100 clock-frequency = <400000>; /* fastmode operation */
101 #address-cells = <1>;
102 #size-cells = <0>;
108 vdd-supply = <&pm8916_l2>;
109 vddio-supply = <&pm8916_l6>;
111 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
112 reset-gpios = <&msmgpio 72 GPIO_ACTIVE_LOW>;
115 #address-cells = <1>;
116 #size-cells = <0>;
121 remote-endpoint = <&dsi0_out>;
128 remote-endpoint = <&panel_in>;
137 reg-names = "dsi_ctrl";
140 #address-cells = <1>;
141 #size-cells = <0>;
145 remote-endpoint = <&d2l_in_test>;
146 data-lanes = <0 1 2 3>;
152 - |
153 /* For dual-link LVDS display panel */
157 label = "HS-I2C2";
159 clock-frequency = <400000>; /* fastmode operation */
160 #address-cells = <1>;
161 #size-cells = <0>;
167 vdd-supply = <&pm8916_l2>;
168 vddio-supply = <&pm8916_l6>;
170 stby-gpios = <&msmgpio 99 GPIO_ACTIVE_LOW>;
171 reset-gpios = <&msmgpio 72 GPIO_ACTIVE_LOW>;
174 #address-cells = <1>;
175 #size-cells = <0>;
180 remote-endpoint = <&dsi0_out_dual>;
187 remote-endpoint = <&panel_in0>;
194 remote-endpoint = <&panel_in1>;
203 reg-names = "dsi_ctrl";
206 #address-cells = <1>;
207 #size-cells = <0>;
211 remote-endpoint = <&d2l_in_dual>;
212 data-lanes = <0 1 2 3>;