public inbox for drm-ai-reviews@public-inbox.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ili9806e: Add Densitron DMT050WVNMCMI-1A to ILI9806E DSI driver
@ 2026-03-11 15:54 Bartholomäus Steinmayr
  2026-03-12  8:30 ` Michael Walle
  2026-03-13  4:42 ` Claude review: " Claude Code Review Bot
  0 siblings, 2 replies; 3+ messages in thread
From: Bartholomäus Steinmayr @ 2026-03-11 15:54 UTC (permalink / raw)
  To: mwalle@kernel.org, dri-devel@lists.freedesktop.org

Hi, 

this patch series adds support for the Densitron DMT050WVNMCMI-1A panel 
to the ILI9806E DSI driver. The patch mainly contains initialization 
code for the panel. 

However, the display also has a peculiarity which required some more 
changes to the driver. The display contains a Goodix GT911 touchpanel 
controller. The GT911 and ILI9806E share a single reset line. The i2c 
address of the GT911 chip is set by manipulating an IO line during 
reset. This is already handled by the existing GT911 driver, but it 
means that the reset line MUST be controlled by the Goodix driver
(drivers/input/touchscreen/goodix.c). The ILI9806E should defer its 
probing until the Goodix driver has completed its reset. The ILI9806E 
should then probe with asserting the reset line. 

To achieve this, this patch adds an optional dt node "i2c-frag" to the 
ILI9806E driver. If this node exists, the Ilitek driver defers its 
probing until the i2c node has been initialized. Furthermore, the 
reset-gpios property has been made optional. To keep the Ilitek driver 
from asserting the reset line, the reset-gpios property should be left 
out for the DMT050 display. 

This solution does not seem particularly elegant, but I could not find a 
more straight-forward one. This is also my first kernel patch, so I 
appreciate your patience. 

Thank you.

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

end of thread, other threads:[~2026-03-13  4:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-11 15:54 [PATCH 0/2] ili9806e: Add Densitron DMT050WVNMCMI-1A to ILI9806E DSI driver Bartholomäus Steinmayr
2026-03-12  8:30 ` Michael Walle
2026-03-13  4:42 ` Claude review: " Claude Code Review Bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox