On Fri, 11 Jan 2019 05:51:09 +0200, Laurent Pinchart wrote: > The TFP410 supports configuration of several input bus parameters > through either the I2C port or chip pins. In the latter case, we need to > specify those parameters in DT. > > Two new properties are added, ti,deskew to specify the data de-skew > configuration (as set through the DK[3:1] pins), and pclk-sample to > specify the pixel clock sampling edge (as set through the EDGE pin). > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > Reviewed-by: Tomi Valkeinen <tomi.valkeinen@xxxxxx> > --- > .../bindings/display/bridge/ti,tfp410.txt | 24 ++++++++++++++----- > 1 file changed, 18 insertions(+), 6 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>