[PATCH 0/2] drm/panel: Add support for TSD TST070WSBE-196C 8" MIPI-DSI panel
From: William Bright
Date: Mon Apr 27 2026 - 11:33:28 EST
This series adds support for the TSD TST070WSBE-196C, a 7" 1024x600
MIPI-DSI TFT LCD panel module based on the Fitipower EK79007AD
controller. The panel is connected over a 4-lane MIPI-DSI video-mode
interface and uses the RGB888 pixel format.
The driver is a simple non-configurable panel: the EK79007AD comes up
with usable defaults after the power/reset sequence, so no
DCS init sequence is required. It supports a single power supply, a
reset GPIO and the standard backlight framework.
Note that in patch 2, link [2] has the incorrect DTSI name
(TST070WSBE-165C.dtsi instead of TST070WSBE-196C.dtsi) even though
its for the same panel as this patchset.
Patch 1 adds the dt-binding for the panel.
Patch 2 adds the panel driver, Kconfig/Makefile entries and a
MAINTAINERS entry.
Signed-off-by: William Bright <william.bright@xxxxxxxxxxx>
---
William Bright (2):
dt-bindings: display: panel: Add TSD TST070WSBE-196C panel
drm/panel: Add TSD TST070WSBE-196C 7" DSI panel driver
.../display/panel/tsd,tst070wsbe-196c.yaml | 64 ++++++++
MAINTAINERS | 6 +
drivers/gpu/drm/panel/Kconfig | 9 ++
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-tsd-tst070wsbe-196c.c | 168 +++++++++++++++++++++
5 files changed, 248 insertions(+)
---
base-commit: f6c73e7156b54d8b9ddf1a27f4e93d3a1e49a73e
change-id: 20260423-imdt-dsi-display-28bb6a2a6188
Best regards,
--
William Bright <william.bright@xxxxxxxxxxx>