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 -- 2.17.1