Re: [PATCH 0/2] Add support for AM62L DSS

From: Tomi Valkeinen
Date: Mon Jan 06 2025 - 04:29:58 EST


Hi,

On 31/12/2024 11:04, Devarsh Thakkar wrote:
This adds support for DSS subsystem present in TI's AM62L SoC
which supports single display pipeline with DPI output which
is also routed to DSI Tx controller within the SoC.

Devarsh Thakkar (2):
dt-bindings: display: ti,am65x-dss: Add support for AM62L DSS
drm/tidss: Add support for AM62L display subsystem

.../bindings/display/ti/ti,am65x-dss.yaml | 25 +++++++++++++-
drivers/gpu/drm/tidss/tidss_dispc.c | 34 +++++++++++++++++++
drivers/gpu/drm/tidss/tidss_dispc.h | 2 ++
drivers/gpu/drm/tidss/tidss_drv.c | 1 +
4 files changed, 61 insertions(+), 1 deletion(-)


Reviewed-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>

Tomi