On Wed, Jan 08, 2020 at 09:30:00PM -0300, Paul Cercueil wrote: > Add a compatible string for the Sharp LS020B1DD01D 2" HQVGA TFT LCD > panel, and remove the old sharp,ls020b1dd01d.txt documentation which is > now obsolete. > > Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx> Applied to drm-misc-next, thanks Sam > --- > .../bindings/display/panel/panel-simple.yaml | 2 ++ > .../bindings/display/panel/sharp,ls020b1dd01d.txt | 12 ------------ > 2 files changed, 2 insertions(+), 12 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/display/panel/sharp,ls020b1dd01d.txt > > diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > index c1a77d9105a2..f1fba1db382a 100644 > --- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > +++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml > @@ -35,6 +35,8 @@ properties: > - ampire,am800480r3tmqwa1h > # GiantPlus GPM940B0 3.0" QVGA TFT LCD panel > - giantplus,gpm940b0 > + # Sharp LS020B1DD01D 2.0" HQVGA TFT LCD panel > + - sharp,ls020b1dd01d > > backlight: true > enable-gpios: true > diff --git a/Documentation/devicetree/bindings/display/panel/sharp,ls020b1dd01d.txt b/Documentation/devicetree/bindings/display/panel/sharp,ls020b1dd01d.txt > deleted file mode 100644 > index e45edbc565a3..000000000000 > --- a/Documentation/devicetree/bindings/display/panel/sharp,ls020b1dd01d.txt > +++ /dev/null > @@ -1,12 +0,0 @@ > -Sharp 2.0" (240x160 pixels) 16-bit TFT LCD panel > - > -Required properties: > -- compatible: should be "sharp,ls020b1dd01d" > -- power-supply: as specified in the base binding > - > -Optional properties: > -- backlight: as specified in the base binding > -- enable-gpios: as specified in the base binding > - > -This binding is compatible with the simple-panel binding, which is specified > -in simple-panel.txt in this directory. > -- > 2.24.1