devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V4 0/5] drm/bridge: it66121: Add initial it66122 support
@ 2025-08-19 13:08 Nishanth Menon
  2025-08-19 13:08 ` [PATCH V4 1/5] dt-bindings: display: bridge: it66121: Add compatible string for IT66122 Nishanth Menon
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Nishanth Menon @ 2025-08-19 13:08 UTC (permalink / raw)
  To: Conor Dooley, Krzysztof Kozlowski, Rob Herring, David Airlie,
	Maxime Ripard, Laurent Pinchart, Neil Armstrong
  Cc: linux-kernel, devicetree, dri-devel, Robert Nelson, Jason Kridner,
	afd, tomi.valkeinen, devarsht, dmitry.baryshkov, Nishanth Menon

Hi,

Add initial support for IT66122, which seems to be compatible to it66121
but probably has additional functionality.

BeagleY-AI uses this it66122 as the old part is no longer in production
as far as I understand.

Now, BeaglePlay uses it66121 at the moment, but at some point, it might
end up flipping over to the new part. Additionally, it also looks like
Revision D of BeagleBone Black switched over to it66122 as well.

Changes in V4:
* Added patch to sort the compatibles alpha-numerically
* vid/pid lookup is done without using the match_data.
* picked reviews

Changes in V3:
Based on Tomi's and Devarsh's reviews, and searching online (and failing
to find) for a public data sheet, I have refactored the series to:
a) Detect the ID by matching vid/pid
b) Introduce it66122 basic support which seems to work based on
   empirical testing evidence on BeagleY-AI. This allows incremental
   patches in the future by someone who might have access to the data
   sheet to add additional features for the chip.
c) Irritated by checkpatch --strict warnings, added a patch to fix
   existing warnings as part of this series, but it could probably go
   in independent of everything else.
d) Stopped claiming it66122 is drop in replacement of it66121 :)

Changes in V2:
* Picked up Krystoff's binding ack
* Switched over to a vid/pid list

V3: https://lore.kernel.org/all/20250815034105.1276548-1-nm@ti.com/
V2: https://lore.kernel.org/all/20250813204106.580141-1-nm@ti.com/
V1: https://lore.kernel.org/all/20250813190835.344563-1-nm@ti.com/

Nishanth Menon (5):
  dt-bindings: display: bridge: it66121: Add compatible string for
    IT66122
  drm/bridge: it66121: Drop ftrace like dev_dbg() prints
  drm/bridge: it66121: Sort the compatibles
  drm/bridge: it66121: Use vid/pid to detect the type of chip
  drm/bridge: it66121: Add minimal it66122 support

 .../bindings/display/bridge/ite,it66121.yaml  |  1 +
 drivers/gpu/drm/bridge/ite-it66121.c          | 66 +++++++++----------
 2 files changed, 33 insertions(+), 34 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2025-08-19 14:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 13:08 [PATCH V4 0/5] drm/bridge: it66121: Add initial it66122 support Nishanth Menon
2025-08-19 13:08 ` [PATCH V4 1/5] dt-bindings: display: bridge: it66121: Add compatible string for IT66122 Nishanth Menon
2025-08-19 13:08 ` [PATCH V4 2/5] drm/bridge: it66121: Drop ftrace like dev_dbg() prints Nishanth Menon
2025-08-19 13:08 ` [PATCH V4 3/5] drm/bridge: it66121: Sort the compatibles Nishanth Menon
2025-08-19 13:08 ` [PATCH V4 4/5] drm/bridge: it66121: Use vid/pid to detect the type of chip Nishanth Menon
2025-08-19 14:44   ` Andrew Davis
2025-08-19 13:08 ` [PATCH V4 5/5] drm/bridge: it66121: Add minimal it66122 support Nishanth Menon

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).