1 TFP410 DPI to DVI encoder
2 =========================
5 - compatible: "ti,tfp410"
8 - powerdown-gpios: power-down gpio
9 - reg: I2C address. If and only if present the device node
10 should be placed into the i2c controller node where the
11 tfp410 i2c is connected to.
14 - Video port 0 for DPI input [1].
15 - Video port 1 for DVI output [1].
17 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt
23 compatible = "ti,tfp410";
24 powerdown-gpios = <&twl_gpio 2 GPIO_ACTIVE_LOW>;
33 tfp410_in: endpoint@0 {
34 remote-endpoint = <&dpi_out>;
41 tfp410_out: endpoint@0 {
42 remote-endpoint = <&dvi_connector_in>;