Hi Tomi, Am Freitag, den 28.02.2014, 14:20 +0200 schrieb Tomi Valkeinen: > Add DT binding documentation for DVI Connector. > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxx> > Reviewed-by: Archit Taneja <archit@xxxxxx> > --- > .../devicetree/bindings/video/dvi-connector.txt | 26 ++++++++++++++++++++++ > 1 file changed, 26 insertions(+) > create mode 100644 Documentation/devicetree/bindings/video/dvi-connector.txt > > diff --git a/Documentation/devicetree/bindings/video/dvi-connector.txt b/Documentation/devicetree/bindings/video/dvi-connector.txt > new file mode 100644 > index 000000000000..6a0aff866c78 > --- /dev/null > +++ b/Documentation/devicetree/bindings/video/dvi-connector.txt > @@ -0,0 +1,26 @@ > +DVI Connector > +============== > + > +Required properties: > +- compatible: "dvi-connector" > + > +Optional properties: > +- label: a symbolic name for the connector > +- i2c-bus: phandle to the i2c bus that is connected to DVI DDC For the i.MX bindings I had called this property 'ddc', but Documentation/devicetree/bindings/panel/simple-panel.txt already uses 'ddc-i2c-bus'. We should definitely standardize this. > +Required nodes: > +- Video port for DVI input > + > +Example > +------- > + > +dvi0: connector@0 { > + compatible = "dvi-connector"; > + label = "dvi"; > + > + i2c-bus = <&i2c3>; > + > + dvi_connector_in: endpoint { > + remote-endpoint = <&tfp410_out>; > + }; > +}; regards Philipp _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel