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
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
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