Re: [PATCH v3 2/2] drm/panel: Add Novatek NT36532 panel driver

From: Abel Vesa

Date: Wed Aug 26 2026 - 07:14:15 EST


On 26-08-26 12:00:46, neil.armstrong@xxxxxxxxxx wrote:
> On 8/4/26 09:42, Junjie Cao wrote:
> > Add a driver for panels using the Novatek NT36532 Display Driver IC,
> > including support for the CSOT PPC100HB1-1, found in the OnePlus Pad 2
> > tablets.
> >
> > It has been tested on the OnePlus Pad 2: the panel comes up in its native
> > 3000x2120 mode at 120Hz over dual-DSI in bonded mode with DSC, and
> > displays a stable image.
> >
> > Signed-off-by: Junjie Cao <junjie.cao@xxxxxxxxx>

[...]

> > +
> > +static struct mipi_dsi_driver nt36532_driver = {
> > + .probe = nt36532_probe,
> > + .driver = {
> > + .name = "panel-novatek-nt36532",
> > + .of_match_table = nt36532_of_match,
> > + },
> > +};
> > +module_mipi_dsi_driver(nt36532_driver);
> > +
> > +MODULE_AUTHOR("Junjie Cao <junjie.cao@xxxxxxxxx>");
> > +MODULE_DESCRIPTION("DRM driver for Novatek NT36532 based MIPI DSI panels");
> > +MODULE_LICENSE("GPL");
>
> Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>

Please trim your replies.

Scrolling all the way down for an R-b tag is not fun. :-)