[v2,0/2] Add support for Novatek NT36672E LCD DSI panel

Message ID 20240108095902.22725-1-quic_riteshk@quicinc.com
Headers
Series Add support for Novatek NT36672E LCD DSI panel |

Message

Ritesh Kumar Jan. 8, 2024, 9:59 a.m. UTC
  Add support for the 1080x2408 Novatek NT36672E LCD DSI mode panel
found on the Qualcomm QCM6490 MTP board.

The driver will come with the uncompressed video mode support.

---
v2: Fixed review comments from Krzysztof
      - renamed to novatek,nt36672e, since the driver is for the IC and
        not the panel. Adjusted internal function names to reflect the same.
      - updated dt-bindings.
---

Ritesh Kumar (2):
  dt-bindings: display: panel: Add Novatek NT36672E LCD DSI
  drm/panel: Add support for Novatek NT36672E panel driver

 .../display/panel/novatek,nt36672e.yaml       |  66 ++
 drivers/gpu/drm/panel/Kconfig                 |  10 +
 drivers/gpu/drm/panel/Makefile                |   1 +
 .../gpu/drm/panel/panel-novatek-nt36672e.c    | 643 ++++++++++++++++++
 4 files changed, 720 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt36672e.yaml
 create mode 100644 drivers/gpu/drm/panel/panel-novatek-nt36672e.c
  

Comments

Neil Armstrong Jan. 12, 2024, 9:33 a.m. UTC | #1
Hi,

On Mon, 08 Jan 2024 15:29:00 +0530, Ritesh Kumar wrote:
> Add support for the 1080x2408 Novatek NT36672E LCD DSI mode panel
> found on the Qualcomm QCM6490 MTP board.
> 
> The driver will come with the uncompressed video mode support.
> 

Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next)

[1/2] dt-bindings: display: panel: Add Novatek NT36672E LCD DSI
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=30cc664f0962ed1e62d9009a34bf04b48e1a5a4a
[2/2] drm/panel: Add support for Novatek NT36672E panel driver
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=ea4f9975625af861c2795c557b8fab2b492ff749