Lines Matching +full:pclk +full:- +full:sample
1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Tomi Valkeinen <tomi.valkeinen@ti.com>
11 - Jyri Sarha <jsarha@ti.com>
21 powerdown-gpios:
26 Data de-skew value in 350ps increments, from 0 to 7, as configured
27 through the DK[3:1] pins. The de-skew multiplier is computed as
28 (DK[3:1] - 4), so it ranges from -4 to 3.
38 $ref: /schemas/graph.yaml#/$defs/port-base
44 $ref: /schemas/graph.yaml#/$defs/endpoint-base
48 pclk-sample:
52 - 0 # Falling edge
53 - 1 # Rising edge
56 bus-width:
60 - 12 # 12 data lines connected and dual-edge mode
61 - 24 # 24 data lines connected and single-edge mode
69 - port@0
70 - port@1
73 - compatible
74 - ports
78 - reg
84 - ti,deskew
89 - |
90 #include <dt-bindings/gpio/gpio.h>
94 powerdown-gpios = <&twl_gpio 2 GPIO_ACTIVE_LOW>;
98 #address-cells = <1>;
99 #size-cells = <0>;
104 pclk-sample = <1>;
105 bus-width = <24>;
106 remote-endpoint = <&dpi_out>;
113 remote-endpoint = <&dvi_connector_in>;