Re: [PATCH v7 2/2 RESEND] drm: bridge: Add support for Solomon SSD2825 RGB/DSI bridge

From: Neil Armstrong
Date: Wed Jul 30 2025 - 10:21:59 EST


On 30/07/2025 07:54, Svyatoslav Ryhel wrote:
SSD2825 is a cost-effective MIPI Bridge Chip solution targeting mainly
smartphones. It can convert 24bit RGB interface into 4-lane MIPI-DSI
interface to drive display modules of up to 800 x 1366, while supporting
AMOLED, a-si LCD or LTPS panel technologies for smartphone applications.

Signed-off-by: Svyatoslav Ryhel <clamor95@xxxxxxxxx>
---
drivers/gpu/drm/bridge/Kconfig | 13 +
drivers/gpu/drm/bridge/Makefile | 1 +
drivers/gpu/drm/bridge/ssd2825.c | 775 +++++++++++++++++++++++++++++++
3 files changed, 789 insertions(+)
create mode 100644 drivers/gpu/drm/bridge/ssd2825.c


<snip>

LGTM

Reviewed-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>