1 Dumb RGB to VGA DAC bridge
2 ---------------------------
4 This binding is aimed for dumb RGB to VGA DAC based bridges that do not require
9 - compatible: Must be "dumb-vga-dac"
13 This device has two video ports. Their connections are modelled using the OF
14 graph bindings specified in Documentation/devicetree/bindings/graph.txt.
16 - Video port 0 for RGB input
17 - Video port 1 for VGA output
20 - vdd-supply: Power supply for DAC
26 compatible = "dumb-vga-dac";
37 vga_bridge_in: endpoint {
38 remote-endpoint = <&tcon0_out_vga>;
45 vga_bridge_out: endpoint {
46 remote-endpoint = <&vga_con_in>;