On Thu, 6 Feb 2020 14:33:42 +0100, Benjamin Gaignard wrote: > From: Sam Ravnborg <sam@xxxxxxxxxxxx> > > To complement panel-simple.yaml, create panel-simple-dsi.yaml. > panel-simple-dsi-yaml are for all simple DSP panels with a single > power-supply and optional backlight / enable GPIO. > > Migrate panasonic,vvx10f034n00 over to the new file. > > The objectives with one file for all the simple DSI panels are: > - Make it simpler to add bindings for simple DSI panels > - Keep the number of bindings file lower > - Keep the binding documentation for simple DSI panels more consistent > > Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx> > Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx> > Cc: Thierry Reding <thierry.reding@xxxxxxxxx> > Cc: Rob Herring <robh@xxxxxxxxxx> > Cc: Maxime Ripard <mripard@xxxxxxxxxx> > Cc: Yannick Fertre <yannick.fertre@xxxxxx> > Cc: Mark Rutland <mark.rutland@xxxxxxx> > Cc: Daniel Vetter <daniel@xxxxxxxx> > Cc: dri-devel@xxxxxxxxxxxxxxxxxxxxx > Cc: devicetree@xxxxxxxxxxxxxxx > --- > version 4: > - remove orisetech,otm8009a and raydium,rm68200 compatibles > - remove reset-gpios optional property > > version 3: > - add orisetech,otm8009a and raydium,rm68200 compatibles > - add reset-gpios optional property > - fix indentation on compatible enumeration > > .../display/panel/panasonic,vvx10f034n00.txt | 20 ------- > .../bindings/display/panel/panel-simple-dsi.yaml | 67 ++++++++++++++++++++++ > 2 files changed, 67 insertions(+), 20 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/panel/panasonic,vvx10f034n00.txt > create mode 100644 Documentation/devicetree/bindings/display/panel/panel-simple-dsi.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>