Lines Matching +full:powerdown +full:- +full:gpios
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.
37 Documentation/devicetree/bindings/media/video-interfaces.txt
53 pclk-sample:
57 - 0 # Falling edge
58 - 1 # Rising edge
61 bus-width:
65 - 12 # 12 data lines connected and dual-edge mode
66 - 24 # 24 data lines connected and single-edge mode
81 - port@0
82 - port@1
85 - compatible
86 - ports
90 - reg
96 - ti,deskew
101 - |
102 #include <dt-bindings/gpio/gpio.h>
106 powerdown-gpios = <&twl_gpio 2 GPIO_ACTIVE_LOW>;
110 #address-cells = <1>;
111 #size-cells = <0>;
116 pclk-sample = <1>;
117 bus-width = <24>;
118 remote-endpoint = <&dpi_out>;
125 remote-endpoint = <&dvi_connector_in>;