Re: [PATCH 1/3 v4] drm/panel: Add generic DSI panel YAML bindings

2019-10-30 Thread Rob Herring
On Wed, Oct 30, 2019 at 8:50 AM Linus Walleij wrote: > > On Fri, Oct 25, 2019 at 9:20 PM Rob Herring wrote: > > > [Me] > > > +dsi-controller@55aa55aa { > > > + compatible = "acme,foo"; > > > > Eventually, I want to start reporting if compatible strings aren't > > documented (i.e. matched

Re: [PATCH 1/3 v4] drm/panel: Add generic DSI panel YAML bindings

2019-10-30 Thread Linus Walleij
On Fri, Oct 25, 2019 at 9:20 PM Rob Herring wrote: > [Me] > > +dsi-controller@55aa55aa { > > + compatible = "acme,foo"; > > Eventually, I want to start reporting if compatible strings aren't > documented (i.e. matched to a schema). This will break then... OK I drop this. > > + reg

Re: [PATCH 1/3 v4] drm/panel: Add generic DSI panel YAML bindings

2019-10-25 Thread Rob Herring
On Thu, Oct 24, 2019 at 01:43:03PM +0200, Linus Walleij wrote: > This adds a starting point for processing and defining generic > bindings used by DSI panels. We just define one single bool > property to force the panel into video mode for now. > > Cc: devicet...@vger.kernel.org > Suggested-by: Ro