Add a driver for panels using the Novatek NT36536 Display Driver IC, including support for the CSOT PP8807HB1-1, a 10-bit panel found in LENOVO Legion Y700 Gen4.
Signed-off-by: Pengyu Luo <[email protected]> --- Pengyu Luo (2): dt-bindings: display: panel: Add Novatek NT36536 drm/panel: Add Novatek NT36536 panel driver .../display/panel/novatek,nt36536.yaml | 90 ++++ drivers/gpu/drm/panel/Kconfig | 11 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-novatek-nt36536.c | 494 ++++++++++++++++++ 4 files changed, 596 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/novatek,nt36536.yaml create mode 100644 drivers/gpu/drm/panel/panel-novatek-nt36536.c -- 2.54.0
