Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598636
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] drm/panel: simple: Add support for Winstar WF35LTIACD |
| Date | 2017-03-12 15:20 +0100 |
| Message-ID | <tkcvM-2Ek-11@gated-at.bofh.it> (permalink) |
| References | <tgXjz-35T-11@gated-at.bofh.it> <tgXjz-35T-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Mar 03, 2017 at 04:21:56PM +0100, Richard Genoud wrote: > This adds support for the Winstar Display Co. WF35LTIACD 3.5" QVGA TFT > LCD panel, which can be supported by the simple panel driver. > > Signed-off-by: Richard Genoud <richard.genoud@gmail.com> > --- > .../bindings/display/panel/winstar,wf35ltiacd | 7 ++++++ > drivers/gpu/drm/panel/panel-simple.c | 28 ++++++++++++++++++++++ > 2 files changed, 35 insertions(+) > create mode 100644 Documentation/devicetree/bindings/display/panel/winstar,wf35ltiacd > > diff --git a/Documentation/devicetree/bindings/display/panel/winstar,wf35ltiacd b/Documentation/devicetree/bindings/display/panel/winstar,wf35ltiacd > new file mode 100644 > index 000000000000..68408adf239f > --- /dev/null > +++ b/Documentation/devicetree/bindings/display/panel/winstar,wf35ltiacd > @@ -0,0 +1,7 @@ > +Winstar Display Corporation 3.5" QVGA (320x240) TFT LCD panel > + > +Required properties: > +- compatible: should be "winstar,wf35ltiacd" > + > +This binding is compatible with the simple-panel binding, which is specified > +in simple-panel.txt in this directory. Please specify the power supply(ies). I know a lot of bindings haven't, but many panels have more than 1 supply and just relying on simple panel doesn't distinguish whether the panel has 1 supply or you didn't check and it has more than 1. Rob
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 2/2] drm/panel: simple: Add support for Winstar WF35LTIACD Richard Genoud <richard.genoud@gmail.com> - 2017-03-03 16:30 +0100
Re: [PATCH 2/2] drm/panel: simple: Add support for Winstar WF35LTIACD Rob Herring <robh@kernel.org> - 2017-03-12 15:20 +0100
Re: [PATCH 2/2] drm/panel: simple: Add support for Winstar WF35LTIACD Richard Genoud <richard.genoud@gmail.com> - 2017-03-13 13:00 +0100
csiph-web