mbox series

[v2,0/2] Add WL-355608-A8 panel

Message ID 20240530082318.40516-1-ryan@testtoast.com (mailing list archive)
Headers show
Series Add WL-355608-A8 panel | expand

Message

Ryan Walklin May 30, 2024, 8:22 a.m. UTC
Hello,

V2 of this patch with discussed and recommended compatible string fixes and updates to DT binding example code.

Original cover below.
--

The WL_355608_A8 panel is a VGA LCD display with an NV3052C-compatible driver IC, used in a number of Anbernic handheld gaming devices. This patch adds a device tree binding, and support for the display timings and init sequence to the NV3052C SPI/RGB driver.

Regards,

Ryan


Ryan Walklin (2):
  dt-bindings: display: panel: Add WL-355608-A8 panel
  drm: panel: nv3052c: Add WL-355608-A8 panel

 .../bindings/display/panel/wl-355608-a8.yaml  |  60 +++++
 .../gpu/drm/panel/panel-newvision-nv3052c.c   | 225 ++++++++++++++++++
 2 files changed, 285 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/wl-355608-a8.yaml