On Wed, 13 Nov 2019 15:51:27 +0000, Fabrizio Castro wrote: > In an effort to repurpose lvds-encoder.c to also serve the > function of LVDS decoders, we ended up defining a new "generic" > compatible string ("lvds-decoder"), therefore adapt the dt schema > to allow for the new compatible string. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > > --- > v3->v4: > * Improved title and description according to Laurent's comments > * Reworked definition of the compatible property > v2->v3: > * Extracted conversion to lvds-codec as per Rob's comment > v1->v2: > * Converted to dt-schema as per Neil's comment > --- > .../{lvds-transmitter.yaml => lvds-codec.yaml} | 54 +++++++++++++++++----- > 1 file changed, 42 insertions(+), 12 deletions(-) > rename Documentation/devicetree/bindings/display/bridge/{lvds-transmitter.yaml => lvds-codec.yaml} (61%) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>