]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/bridge: ti-tfp410: Report input bus config through bridge timings
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Thu, 27 Sep 2018 08:29:48 +0000 (11:29 +0300)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 18 Mar 2019 09:42:13 +0000 (11:42 +0200)
commit897dae5657e6953f5ae12664d590833deb9c460f
tree78d72be6084bf6198d2d6bf80427387c248dfcb7
parent38c02db7e66e3582d2712f8a066c0e85583b3bb1
drm/bridge: ti-tfp410: Report input bus config through bridge timings

The TFP410 supports configurable pixel clock sampling edge and data
de-skew adjustments. The configuration can be set through I2C or
dedicated chip pins.

Report the configuration through the drm_bridge timings. As the
ti-tftp410 driver doesn't support configuring the chip through I2C, we
simply use the default configuration in that case. When the chip is
configured through dedicated pins, we parse the configuration from DT.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Tested-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/gpu/drm/bridge/ti-tfp410.c