[PATCH v3 0/2] This series adds LT9211C bridge driver by extending LT9211.
From: Venkata Gopi Nagaraju Botlagunta
Date: Thu Dec 18 2025 - 01:25:37 EST
LT9211c is a Single/Dual-Link DSI/LVDS or Single DPI input to
Single-link/Dual-Link DSI/LVDS or Single DPI output bridge chip.
This adds support for DSI to LVDS bridge configuration.By Extending the
existing lontium-lt9211 driver to support DSI-to-LVDS
bridge configuration.
Signed-off-by: Gopi Botlagunta <venkata.botlagunta@xxxxxxxxxxxxxxxx>
Signed-off-by: Nilesh Laad <nilesh.laad@xxxxxxxxxxxxxxxx>
---
Changes in v3:
- removed lontium-lt9211c as separate driver
- Add support to lontium-lt9211c bridge driver by extending the existing lontium-lt9211.c
- fixed kernel test robot reported build errors
- Link to v2:https://lore.kernel.org/lkml/20251107-add-lt9211c-bridge-v2-0-b0616e23407c@xxxxxxxxxxxxxxxx/
Changes in v2:
- Combined driver patch from https://lore.kernel.org/lkml/20250911-lt9211c-bridge-support-v1-1-c221202cbcd5@xxxxxxxxxxxxxxxx/
- Added MODULE_AUTHOR
- Uppercase to lowercase for hex values
- Link to v1:https://lore.kernel.org/r/20250910-add-lt9211c-bridge-v1-1-4f23740fe101@xxxxxxxxxxxxxxxx
---
Yi Zhang (2):
dt-bindings: bridge: lt9211c: Add bindings
drm/bridge: add support for lontium lt9211c bridge
.../bindings/display/bridge/lontium,lt9211c.yaml | 113 +++
drivers/gpu/drm/bridge/lontium-lt9211.c | 829 +++++++++++++++++++--
2 files changed, 881 insertions(+), 61 deletions(-)
---
base-commit: f50b969bafafb2810a07f376387350c4c0d72a21
change-id: 20250910-add-lt9211c-bridge-5a21fcb1c803
Best regards,
--
Gopi Botlagunta <venkata.botlagunta@xxxxxxxxxxxxxxxx>