On Wed, 13 Nov 2019 15:51:20 +0000, Fabrizio Castro wrote: > Convert the lvds-transmitter binding to DT schema format using > json-schema. > > Signed-off-by: Fabrizio Castro <fabrizio.castro@xxxxxxxxxxxxxx> > > --- > v3->v4: > * Fixed the description of property "compatible" according to Laurent's > comments > v2->v3: > * Extracted conversion to dt-schema as per Rob's comment > v1->v2: > * Converted to dt-schema as per Neil's comment > --- > .../bindings/display/bridge/lvds-transmitter.txt | 66 ---------------- > .../bindings/display/bridge/lvds-transmitter.yaml | 91 ++++++++++++++++++++++ > 2 files changed, 91 insertions(+), 66 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/bridge/lvds-transmitter.txt > create mode 100644 Documentation/devicetree/bindings/display/bridge/lvds-transmitter.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>