This series adds device tree bindings and a DRM panel driver for the Ilitek IL79900A MIPI-DSI LCD controller, which is used in the Tianma TL121BVMS07-00 12.1-inch panel.
Changes in v3: - PATCH 1/2: Fix DT schema error for `backlight` property. - PATCH 2/2: Address review feedback (use mipi_dsi_msleep/_multi, move init sequence to mode, minor cleanups). - Link to v2: https://lore.kernel.org/all/20251010093751.2793492-1-yelang...@huaqin.corp-partner.google.com/ Changes in v2: - PATCH 1/2: Address Rob Herring’s review comments and align with panel-common.yaml conventions. - PATCH 2/2: Rename driver to panel-ilitek-il79900a and align naming and structure with existing Ilitek panel drivers. - Link to v1: https://lore.kernel.org/all/20250930075044.1368134-1-yelang...@huaqin.corp-partner.google.com/ Langyan Ye (2): dt-bindings: display: panel: Add Tianma TL121BVMS07-00 panel drm/panel: Add driver for Ilitek IL79900A-based panels .../display/panel/ilitek,il79900a.yaml | 66 ++++ drivers/gpu/drm/panel/panel-ilitek-il79900a.c | 358 ++++++++++++++++++ 2 files changed, 424 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,il79900a.yaml create mode 100644 drivers/gpu/drm/panel/panel-ilitek-il79900a.c -- 2.34.1
