mbox series

[0/2] drm/bridge: ti-tfp410: Handle bus-format for 24/12 lines selection

Message ID 20190401124143.17179-1-peter.ujfalusi@ti.com (mailing list archive)
Headers show
Series drm/bridge: ti-tfp410: Handle bus-format for 24/12 lines selection | expand

Message

Peter Ujfalusi April 1, 2019, 12:41 p.m. UTC
Hi,

The TFP410 supports 24 bit, single-edge and 12 bit, dual-edge modes.
Depending on how many wires are used (24/12) the driver can set the correct
bus_format.

In case the bus-width is not specified (old DT blobs) assume 24 lines as the
driver assumed that in the past and all boards using tfp410 uave this setup.

Regards,
Peter
---
Peter Ujfalusi (2):
  dt-bindings: display: tfp410: Add bus-width parameter property
  drm/bridge: ti-tfp410: Set the bus_format

 .../bindings/display/bridge/ti,tfp410.txt       | 10 +++++++++-
 drivers/gpu/drm/bridge/ti-tfp410.c              | 17 +++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)