Lines Matching +full:hdmi +full:- +full:supply
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Lontium LT9611(UXC) 2 Port MIPI to HDMI Bridge
10 - Vinod Koul <vkoul@kernel.org>
13 The LT9611 and LT9611UXC are bridge devices which convert DSI to HDMI
18 - lontium,lt9611
19 - lontium,lt9611uxc
24 "#sound-dai-cells":
30 reset-gpios:
34 vdd-supply:
37 vcc-supply:
47 Primary MIPI port-1 for MIPI input
52 Additional MIPI port-2 for MIPI input, used in combination
53 with primary MIPI port-1 to drive higher resolution displays
58 HDMI port for HDMI output
61 - port@0
62 - port@2
65 - compatible
66 - reg
67 - interrupts
68 - vdd-supply
69 - vcc-supply
70 - ports
75 - |
76 #include <dt-bindings/gpio/gpio.h>
77 #include <dt-bindings/interrupt-controller/irq.h>
80 #address-cells = <1>;
81 #size-cells = <0>;
83 hdmi-bridge@3b {
87 reset-gpios = <&tlmm 128 GPIO_ACTIVE_HIGH>;
88 interrupts-extended = <&tlmm 84 IRQ_TYPE_EDGE_FALLING>;
90 vdd-supply = <<9611_1v8>;
91 vcc-supply = <<9611_3v3>;
94 #address-cells = <1>;
95 #size-cells = <0>;
100 remote-endpoint = <&dsi0_out>;
107 remote-endpoint = <&dsi1_out>;
114 remote-endpoint = <&hdmi_con>;