[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-03-05 Thread Tomi Valkeinen
On 01/03/14 20:58, Geert Uytterhoeven wrote: > On Fri, Feb 28, 2014 at 5:34 PM, Russell King - ARM Linux > wrote: >> There's actually three HDMI connectors: >> >> All three connectors carry all required HDMI signals, including a TMDS >> link. The Type B connector is slightly larger and carries

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-03-04 Thread Daniel Vetter
On Fri, Feb 28, 2014 at 04:06:12PM +, Russell King - ARM Linux wrote: > On Fri, Feb 28, 2014 at 02:20:11PM +0200, Tomi Valkeinen wrote: > > Add DT binding documentation for HDMI Connector. > > > > Signed-off-by: Tomi Valkeinen > > Reviewed-by: Archit Taneja > > --- > > .../devicetree/bindin

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-03-03 Thread Tomi Valkeinen
On 01/03/14 20:58, Geert Uytterhoeven wrote: > On Fri, Feb 28, 2014 at 5:34 PM, Russell King - ARM Linux > wrote: >> There's actually three HDMI connectors: >> >> All three connectors carry all required HDMI signals, including a TMDS >> link. The Type B connector is slightly larger and carries

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-03-01 Thread Geert Uytterhoeven
On Fri, Feb 28, 2014 at 5:34 PM, Russell King - ARM Linux wrote: > There's actually three HDMI connectors: > > All three connectors carry all required HDMI signals, including a TMDS > link. The Type B connector is slightly larger and carries a second TMDS > link, which is necessary to suppor

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-02-28 Thread Tomi Valkeinen
On 28/02/14 18:06, Russell King - ARM Linux wrote: >> +hdmi0: connector at 1 { >> +compatible = "hdmi-connector"; >> +label = "hdmi"; >> + >> +hdmi_connector_in: endpoint { >> +remote-endpoint = <&tpd12s015_out>; >> +}; >> +}; > > It seems rather weird to have DVI conn

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 06:15:05PM +0200, Tomi Valkeinen wrote: > On 28/02/14 18:06, Russell King - ARM Linux wrote: > > >> +hdmi0: connector at 1 { > >> + compatible = "hdmi-connector"; > >> + label = "hdmi"; > >> + > >> + hdmi_connector_in: endpoint { > >> + remote-endpoint = <&tpd12

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 02:20:11PM +0200, Tomi Valkeinen wrote: > Add DT binding documentation for HDMI Connector. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/hdmi-connector.txt | 23 > ++ > 1 file changed, 23 inser

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for HDMI Connector. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/hdmi-connector.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644 Documentation/devicetree/bindings/video/hdmi-connect