devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Display support for AM62P SoC
@ 2025-11-14  6:43 Swamil Jain
  2025-11-14  6:43 ` [PATCH 1/3] dt-bindings: display: ti,am65x-dss: Add am62p dss compatible Swamil Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Swamil Jain @ 2025-11-14  6:43 UTC (permalink / raw)
  To: jyri.sarha, tomi.valkeinen, airlied, simona, maarten.lankhorst,
	mripard, tzimmermann, robh, krzk+dt, conor+dt, aradhya.bhatia
  Cc: dri-devel, devicetree, linux-kernel, devarsht, praneeth, h-shenoy,
	u-kumar1, s-jain1

Display Controller Overview:
TI's AM62P[1] SoC has two instances of TI's Display Subsystem (DSS).
Each instance contains two video ports. Combined, both instances support
up to three independent video streams: OLDI, DPI, and DSI.

This series:
  1. Updates bindings (PATCH 1/3)
    - Adds "ti,am62p-dss" compatible string
    - Modifies power-domain requirements
  2. Updates driver (PATCH 2/3 and 3/3)
    - Adds power management for attached PM domains
    - Enables AM62P DSS support by adding compatible to the driver

Note:
  - Device-tree changes will be submitted after this series is merged.  
  - The device-tree patches are available here[2]

[1]: https://www.ti.com/product/AM62P
[2]: https://github.com/swamiljain/linux-next/tree/AM62P_J722S_DSS_v1
---

Devarsh Thakkar (1):
  drm/tidss: Power up attached PM domains on probe

Swamil Jain (2):
  dt-bindings: display: ti,am65x-dss: Add am62p dss compatible
  drm: tidss: tidss_drv: Add support for AM62P display subsystem

 .../bindings/display/ti/ti,am65x-dss.yaml     | 127 +++++++++++++++++-
 drivers/gpu/drm/tidss/tidss_drv.c             |  89 +++++++++++-
 drivers/gpu/drm/tidss/tidss_drv.h             |   4 +
 3 files changed, 216 insertions(+), 4 deletions(-)


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-11-17  5:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-14  6:43 [PATCH 0/3] Add Display support for AM62P SoC Swamil Jain
2025-11-14  6:43 ` [PATCH 1/3] dt-bindings: display: ti,am65x-dss: Add am62p dss compatible Swamil Jain
2025-11-14 17:58   ` Conor Dooley
2025-11-17  5:10     ` Swamil Jain
2025-11-14  6:43 ` [PATCH 2/3] drm/tidss: Power up attached PM domains on probe Swamil Jain
2025-11-14 15:39   ` Francesco Dolcini
2025-11-17  5:12     ` Swamil Jain
2025-11-14  6:43 ` [PATCH 3/3] drm: tidss: tidss_drv: Add support for AM62P display subsystem Swamil Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).