Lines Matching +full:high +full:- +full:quality
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Allen Chen <allen.chen@ite.com.tw>
13 The IT6505 is a high-performance DisplayPort 1.1a transmitter,
16 and ensures robust transmission of high-quality uncompressed video
27 transmission of high-definition content. Users of the IT6505 need not
37 ovdd-supply:
40 pwr18-supply:
47 reset-gpios:
60 $ref: /schemas/graph.yaml#/$defs/port-base
66 $ref: /schemas/graph.yaml#/$defs/endpoint-base
70 link-frequencies:
76 $ref: /schemas/graph.yaml#/$defs/port-base
82 $ref: /schemas/graph.yaml#/$defs/endpoint-base
86 data-lanes:
90 - enum: [ 0, 1 ]
91 - const: 1
92 - const: 2
93 - const: 3
96 - port@0
97 - port@1
100 - compatible
101 - ovdd-supply
102 - pwr18-supply
103 - interrupts
104 - reset-gpios
105 - extcon
106 - ports
111 - |
112 #include <dt-bindings/interrupt-controller/irq.h>
115 #address-cells = <1>;
116 #size-cells = <0>;
118 dp-bridge@5c {
122 pinctrl-names = "default";
123 pinctrl-0 = <&it6505_pins>;
124 ovdd-supply = <&mt6358_vsim1_reg>;
125 pwr18-supply = <&it6505_pp18_reg>;
126 reset-gpios = <&pio 179 1>;
130 #address-cells = <1>;
131 #size-cells = <0>;
136 remote-endpoint = <&dpi_out>;
137 link-frequencies = /bits/ 64 <150000000>;
144 remote-endpoint = <&dp_in>;
145 data-lanes = <0 1>;