This patch series adds device tree bindings and a DRM panel driver for the Tianma TL121BVMS07-00 12.1" MIPI-DSI TFT LCD panel.
The panel requires multiple power supplies (AVDD, AVEE, and 1.8V logic), an enable GPIO, and a backlight device. It is based on the Ilitek IL79900A controller. Tested on a MediaTek platform. Langyan Ye (2): dt-bindings: display: panel: Add Tianma TL121BVMS07-00 panel drm/panel: Add driver for Tianma TL121BVMS07-00 panel .../display/panel/tianma,tl121bvms07-00.yaml | 85 ++++ .../drm/panel/panel-tianma-tl121bvms07-00.c | 419 ++++++++++++++++++ 2 files changed, 504 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/tianma,tl121bvms07-00.yaml create mode 100644 drivers/gpu/drm/panel/panel-tianma-tl121bvms07-00.c -- 2.34.1
