Re: [PATCH 3/5] drm/bridge: ti-tfp410: Set connector type based on DT connector node

2018-12-11 Thread Jyri Sarha
On 06/12/2018 22:26, Laurent Pinchart wrote: > The TI TFP410 is a DVI encoder, not a full HDMI encoder. Its output can > be routed to a DVI-D connector, even if in many cases embedded systems > will use an HDMI connector to carry the DVI signals. > > Instead of hardcoding the connector type to HDM

[PATCH 3/5] drm/bridge: ti-tfp410: Set connector type based on DT connector node

2018-12-06 Thread Laurent Pinchart
The TI TFP410 is a DVI encoder, not a full HDMI encoder. Its output can be routed to a DVI-D connector, even if in many cases embedded systems will use an HDMI connector to carry the DVI signals. Instead of hardcoding the connector type to HDMI, retrieve the connector type from its DT node. Signe