Re: [PATCH v2] video: fbdev: ssd1307fb: Added support to Column offset

From: Rodrigo Alencar
Date: Wed May 13 2020 - 13:20:36 EST


Em qua., 13 de mai. de 2020 Ãs 14:13, Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> escreveu:
>
> On Wed, May 13, 2020 at 7:56 PM Rodrigo Rolim Mendes de Alencar
> <455.rodrigo.alencar@xxxxxxxxx> wrote:
> >
> > This patch provides support for displays like VGM128064B0W10,
> > which requires a column offset of 2, i.e., its segments starts
> > in SEG2 and ends in SEG129.
>
> Also, include Rob as well into Cc.
>
> ...
>
> > + if (device_property_read_u32(node, "solomon,col-offset", &par->col_offset))
> > + par->col_offset = 0;
> > +
> > if (device_property_read_u32(dev, "solomon,com-offset", &par->com_offset))
> > par->com_offset = 0;
>
> Have you ever compile it?

hmm I did it now. Sorry... found another issue. I'll fix it again

>
> --
> With Best Regards,
> Andy Shevchenko