[PATCH v1 0/2] Add LT9611C DRM bridge driver and device tree binding
From: syyang
Date: Wed Sep 03 2025 - 09:13:23 EST
This series adds support for the Lontium LT9611C chip:
- Adds a new device tree binding documentation for the LT9611C bridge.
- Adds a new DRM bridge driver for the LT9611C chip.
syyang (2):
This patch adds a new device tree binding documentation.
This patch adds a new DRM bridge driver for the Lontium LT9611C chip.
.../display/bridge/lontium,lt9611c.yaml | 123 ++
drivers/gpu/drm/bridge/Kconfig | 16 +
drivers/gpu/drm/bridge/Makefile | 1 +
drivers/gpu/drm/bridge/lontium-lt9611c.c | 1496 +++++++++++++++++
4 files changed, 1636 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/bridge/lontium,lt9611c.yaml
create mode 100644 drivers/gpu/drm/bridge/lontium-lt9611c.c
--
2.25.1