On Wed, May 13, 2020 at 7:56 PM Rodrigo Rolim Mendes de Alencar <[email protected]> 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? -- With Best Regards, Andy Shevchenko

