Re: [PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-04-11 Thread Rob Herring
On Sat, Apr 8, 2017 at 3:45 PM, Fabio Estevam wrote: > Thierry/Rob, > > On Tue, Feb 7, 2017 at 10:48 PM, Fabio Estevam wrote: >> On Tue, Feb 7, 2017 at 9:36 PM, Rob Herring wrote: >> >>> Except I have no way of knowing whether: a) you

Re: [PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-04-08 Thread Fabio Estevam
Thierry/Rob, On Tue, Feb 7, 2017 at 10:48 PM, Fabio Estevam wrote: > On Tue, Feb 7, 2017 at 9:36 PM, Rob Herring wrote: > >> Except I have no way of knowing whether: a) you omitted a supply >> because you don't (yet) care, b) the panel has a single supply

Re: [PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-02-07 Thread Fabio Estevam
On Tue, Feb 7, 2017 at 9:36 PM, Rob Herring wrote: > Except I have no way of knowing whether: a) you omitted a supply > because you don't (yet) care, b) the panel has a single supply and you > are using power-supply or c) the panel has multiple supplies and your > binding is

Re: [PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-02-07 Thread Rob Herring
On Tue, Feb 7, 2017 at 12:55 PM, Fabio Estevam wrote: > Hi Rob, > > On Tue, Feb 7, 2017 at 4:49 PM, Rob Herring wrote: > >> No power supply(ies) for this panel? > > power-supply is mentioned in simple-panel.txt. > >>> +This binding is compatible with the

Re: [PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-02-07 Thread Fabio Estevam
Hi Rob, On Tue, Feb 7, 2017 at 4:49 PM, Rob Herring wrote: > No power supply(ies) for this panel? power-supply is mentioned in simple-panel.txt. >> +This binding is compatible with the simple-panel binding, which is specified >> +in simple-panel.txt in this directory. and

Re: [PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-02-07 Thread Rob Herring
On Thu, Feb 02, 2017 at 06:04:00PM -0200, Breno Lima wrote: > Add support for Seiko Instruments Inc. 4.3" WVGA (800 x RGB x 480) > TFT with Touch-Panel, which can be supported by the simple panel driver. > > Data-sheet available at: > http://www.glyn.de/data/glyn/media/doc/43wvf1g-0.pdf > >

[PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-02-02 Thread Breno Lima
Add support for Seiko Instruments Inc. 4.3" WVGA (800 x RGB x 480) TFT with Touch-Panel, which can be supported by the simple panel driver. Data-sheet available at: http://www.glyn.de/data/glyn/media/doc/43wvf1g-0.pdf Signed-off-by: Breno Lima ---

Re: [PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-02-02 Thread Fabio Estevam
Hi Thierry, On Thu, Feb 2, 2017 at 6:18 PM, Thierry Reding wrote: > Shawn, Fabio, anyone want to give this a Tested-by? I take it that this, > in combination with Fabio's patch to fix the displacement would make the > SabreSD display work properly? Yes, that is

Re: [PATCH] drm/panel: simple: Add support for Seiko 43WVF1G

2017-02-02 Thread Thierry Reding
On Thu, Feb 02, 2017 at 06:04:00PM -0200, Breno Lima wrote: > Add support for Seiko Instruments Inc. 4.3" WVGA (800 x RGB x 480) > TFT with Touch-Panel, which can be supported by the simple panel driver. > > Data-sheet available at: > http://www.glyn.de/data/glyn/media/doc/43wvf1g-0.pdf > >