On Fri, Nov 11, 2022 at 9:31 PM Chris Morgan <macroalpha82@xxxxxxxxx> wrote: > From: Chris Morgan <macromorgan@xxxxxxxxxxx> > > Add the NewVision NV3051D panel as found on the Anbernic RG353P and > RG353V. The underlying LCD panel itself is unknown (the NV3051D is > the controller), so the device name is used for the panel with a > fallback to the driver IC. > > Changes from V4: > - Removed "prepared" as its tracked by the framework. > - Use mipi_dsi_dcs_write_seq instead of custom implementation. > - Changed devm_gpiod_get_optional to assert GPIO as high at probe so > it is held in reset on suggestion from maintainer. > - Removed requirement for vdd-supply in documentation. > - Added description in documentation for reset gpio to note it should > be active low. v5 looks good, patches applied to drm-misc-next and pushed, I had to fix a minor checkpatch complaint in the driver but it was trivial. Yours, Linus Walleij