Lines Matching +full:edp +full:- +full:panel

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Toshiba TC358767/TC358867/TC9595 DSI/DPI/eDP bridge
10 - Andrey Gusakov <andrey.gusakov@cogentembedded.com>
14 converts DSI/DPI to eDP/DP .
19 - items:
20 - enum:
21 - toshiba,tc358867
22 - toshiba,tc9595
23 - const: toshiba,tc358767
24 - const: toshiba,tc358767
28 - 0x68
29 - 0x0f
33 clock-names:
39 OF device-tree clock specification for refclk input. The reference.
42 shutdown-gpios:
45 OF device-tree gpio specification for SD pin(active high shutdown input)
47 reset-gpios:
50 OF device-tree gpio specification for RSTX pin(active low system reset)
55 toshiba,hpd-pin:
58 - 0
59 - 1
67 $ref: /schemas/graph.yaml#/$defs/port-base
75 $ref: /schemas/media/video-interfaces.yaml#
79 data-lanes:
83 - const: 1
84 - const: 2
85 - const: 3
86 - const: 4
97 eDP/DP output port. The remote endpoint phandle should be a
98 reference to a valid eDP panel input endpoint node. This port is
99 optional, treated as DP panel if not defined
102 - required:
103 - port@0
104 - required:
105 - port@1
109 - compatible
110 - reg
111 - clock-names
112 - clocks
113 - ports
118 - |
119 #include <dt-bindings/gpio/gpio.h>
121 /* DPI input and eDP output */
124 #address-cells = <1>;
125 #size-cells = <0>;
127 edp-bridge@68 {
130 shutdown-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
131 reset-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
132 clock-names = "ref";
136 #address-cells = <1>;
137 #size-cells = <0>;
143 remote-endpoint = <&dpi_out>;
151 remote-endpoint = <&panel_in>;
157 - |
161 #address-cells = <1>;
162 #size-cells = <0>;
164 edp-bridge@68 {
167 shutdown-gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>;
168 reset-gpios = <&gpio3 24 GPIO_ACTIVE_LOW>;
169 clock-names = "ref";
173 #address-cells = <1>;
174 #size-cells = <0>;
180 remote-endpoint = <&dpi_out>;