[PATCH 00/10] drm/tidss: Preparation for AM62P and BeagleY-AI display support
From: Tomi Valkeinen
Date: Thu Sep 03 2026 - 08:13:33 EST
This is a reduced set from the original "[PATCH v3 00/15] drm/tidss: Add
BeagleY-AI display support (and some more)" series, with a few new ones
on top. I have dropped the patches that still have unresolved issues.
Essentially that means AM62P and BeagleY-AI support is not added in this
series, but all these patches stand on their own and are needed for the
future AM62P support.
Most of these have already been reviewed.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>
---
Tomi Valkeinen (10):
dt-bindings: display: ti: Move ti,am62l-dss binding to a new binding file
dt-bindings: display: ti,am65x-dss: Simplify binding
dt-bindings: display: ti,am625-oldi: Add optional power-domain for OLDI
drm/tidss: Remove extra pm_runtime_mark_last_busy
drm/tidss: oldi: Remove define for unused register OLDI_LB_CTRL
drm/tidss: Add mechanism to detect DPI output
drm/tidss: Add support for DPIENABLE bit
drm/tidss: oldi: Fix OLDI signal polarities
drm/tidss: Drop WARN_ON() from tidss_runtime_put()
drm/tidss: oldi: Fix missing of_node_put()s in error paths
.../bindings/display/ti/ti,am625-oldi.yaml | 3 +
.../bindings/display/ti/ti,am62l-dss.yaml | 136 +++++++++++++++++++
.../bindings/display/ti/ti,am65x-dss.yaml | 149 ++++++---------------
MAINTAINERS | 1 +
drivers/gpu/drm/tidss/tidss_crtc.c | 10 +-
drivers/gpu/drm/tidss/tidss_crtc.h | 4 +-
drivers/gpu/drm/tidss/tidss_dispc.c | 28 +++-
drivers/gpu/drm/tidss/tidss_dispc.h | 5 +-
drivers/gpu/drm/tidss/tidss_dispc_regs.h | 1 +
drivers/gpu/drm/tidss/tidss_drv.c | 7 +-
drivers/gpu/drm/tidss/tidss_kms.c | 70 +++++++++-
drivers/gpu/drm/tidss/tidss_oldi.c | 46 +++++--
drivers/gpu/drm/tidss/tidss_oldi.h | 1 -
13 files changed, 323 insertions(+), 138 deletions(-)
---
base-commit: 97c594f71fa71dc30a0583a76d8b6ef5c5ea10b1
change-id: 20260903-tidss-pre-beagley-5d22a69b2269
Best regards,
--
Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>