On Wed, Jun 19, 2019 at 03:51:55PM -0600, Rob Herring wrote: > Convert the panel-lvds binding to use DT schema. The panel-lvds schema > inherits from the panel-common.yaml schema and specific LVDS panel > bindings should inherit from this schema. > > Cc: Thierry Reding > Cc: Sam Ravnborg > Cc: Maxime Ripard > Cc: Laurent Pinchart > Cc: dri-devel@lists.freedesktop.org > Signed-off-by: Rob Herring > --- > .../bindings/display/panel/panel-lvds.txt | 121 ------------------ > .../bindings/display/panel/panel-lvds.yaml | 107 ++++++++++++++++ > 2 files changed, 107 insertions(+), 121 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/panel/panel-lvds.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/panel-lvds.yaml Similar to my comments on panel-common.yaml, perhaps make this just lvds.yaml? Otherwise: Acked-by: Thierry Reding