Lines Matching +full:hot +full:- +full:plug
12 - compatible: Must contain one of the following
13 - "adi,adv7611" for the ADV7611
14 - "adi,adv7612" for the ADV7612
16 - reg: I2C slave addresses
17 The ADV76xx has up to thirteen 256-byte maps that can be accessed via the
22 - hpd-gpios: References to the GPIOs that control the HDMI hot-plug
24 level that enables hot-plug detection.
28 Documentation/devicetree/bindings/media/video-interfaces.txt. The port nodes
32 ------------------------------------------------------------
40 - reset-gpios: Reference to the GPIO connected to the device's reset pin.
41 - default-input: Select which input is selected after reset.
42 - reg-names : Names of maps with programmable addresses.
43 It can contain any map needing a non-default address.
50 The following three properties are defined in video-interfaces.txt and are
53 - hsync-active: Horizontal synchronization polarity. Defaults to active low.
54 - vsync-active: Vertical synchronization polarity. Defaults to active low.
55 - pclk-sample: Pixel clock polarity. Defaults to output on the falling edge.
57 If none of hsync-active, vsync-active and pclk-sample is specified the
69 reg-names = "main", "edid";
71 reset-gpios = <&ioexp 0 GPIO_ACTIVE_LOW>;
72 hpd-gpios = <&ioexp 2 GPIO_ACTIVE_HIGH>;
74 #address-cells = <1>;
75 #size-cells = <0>;
77 default-input = <0>;
85 remote-endpoint = <&ccdc_in>;